Skip to content

Commit

Permalink
removed Mac store build step
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly committed Apr 15, 2018
1 parent aa61980 commit e70d650
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@
APPNAME="Paddle Battle"
jl_main="main"
dist_certificate="Developer ID Application: nhdalyMadeThis, LLC" # outside App Store
appstore_certificate="3rd Party Mac Developer Application: nhdalyMadeThis, LLC"

# Build for distribution
julia ~/src/build-jl-app-bundle/build_app.jl -v \
-R assets -L "libs/*" --bundle_identifier "com.nhdalyMadeThis.Paddle-Battle" --icns "icns.icns" \
--certificate "$dist_certificate" --entitlements "./entitlements.entitlements" \
--app_version=0.2 "$jl_main.jl" "$APPNAME"

# # Build for macOS App Store
# julia ~/src/build-jl-app-bundle/build_app.jl -v \
# -R assets -L "libs/*" --bundle_identifier "com.nhdalyMadeThis.paddlebattle" --icns "icns.icns" \
# --certificate "$appstore_certificate" --entitlements "./entitlements.entitlements" \
# --app_version=0.2 "$jl_main.jl" "$APPNAME" "./builddir/AppStore/"
--app_version=1.0 "$jl_main.jl" "$APPNAME"

0 comments on commit e70d650

Please sign in to comment.