Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
make mac package work on 10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
blockpane committed Oct 6, 2020
1 parent f81c48f commit ddc5a31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mac-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# builds a macos package (.app) and places it inside a compressed .dmg

export CGO_CFLAGS="-mmacosx-version-min=10.14"
export CGO_LDFLAGS="-mmacosx-version-min=10.14"

mkdir -p "package/Cryptonym"
mkdir -p package/old
mv package/*.dmg package/old/
Expand Down

0 comments on commit ddc5a31

Please sign in to comment.