Skip to content

Commit 4b8d6bd

Browse files
committed
Specify build-version since app store cannot have dupes
1 parent 9cfe68d commit 4b8d6bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/mas.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ electron-packager . \
1212
--platform=mas \
1313
--app-bundle-id=com.github.electron-api-demos \
1414
--app-version="$npm_package_version" \
15+
--build-version="1.0.3" \
1516
--arch=x64 \
1617
--icon=assets/app-icon/mac/app.icns \
1718
--prune=true \

0 commit comments

Comments
 (0)