Skip to content

Commit

Permalink
Tag v1.0.3
Browse files Browse the repository at this point in the history
Fix codesign in .dmg release process.
  • Loading branch information
NHDaly committed May 5, 2018
1 parent 6897c31 commit de1ff0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ julia ~/src/build-jl-app-bundle/build_app.jl -v \
-R assets -L "libs/*" --icns "icns.icns" \
--bundle_identifier "com.nhdalyMadeThis.Paddle-Battle" \
--certificate "$dist_certificate" --entitlements "./entitlements.entitlements" \
--app_version=1.0.2 "$jl_main.jl" "$APPNAME"
--app_version=1.0.3 "$jl_main.jl" "$APPNAME"

0 comments on commit de1ff0b

Please sign in to comment.