Skip to content

Commit

Permalink
Fix mac deploy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sjackso committed May 30, 2019
1 parent 095294e commit ab9ca61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ echo "Deploying as version" $VERSION

./build_mac.sh --clean

zip -j dist/athena_mac_${VERSION}.zip dist/athena
(cd dist; zip -r athena_mac_${VERSION}.zip Athena.app)

0 comments on commit ab9ca61

Please sign in to comment.