Skip to content

Commit

Permalink
trying import
Browse files Browse the repository at this point in the history
  • Loading branch information
nandanhere committed Sep 6, 2021
1 parent 63faaf6 commit dec3953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/mac/buildDmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ app = BUNDLE(coll,
bundle_identifier=None)
EOF

${PYTHON_PATH} -m PyInstaller -y --clean --windowed "${APP_NAME}.spec"
${PYTHON_PATH} -m PyInstaller -y --clean --windowed "${APP_NAME}.spec" -d

pushd dist
hdiutil create ./${APP_NAME}.dmg -srcfolder ${APP_NAME}.app -ov
Expand Down

0 comments on commit dec3953

Please sign in to comment.