Skip to content

Commit

Permalink
Set minimum macos version #612
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Mar 12, 2021
1 parent 4ad204c commit 1789b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo -n $VERSION > .version
./test.sh

sed "s/0.0.0/${VERSION}/" ./assets/mac/info.plist.src > ./assets/mac/info.plist
wails build -package -production
CGO_LDFLAGS=-mmacosx-version-min=10.15 wails build -package -production
cd ./build/darwin/desktop
create-dmg ./xbar.app --overwrite --dmg-title "Install xbar"
tar -czvf xbar.${VERSION}.tar.gz ./xbar.app
Expand Down

0 comments on commit 1789b87

Please sign in to comment.