summaryrefslogtreecommitdiff
path: root/bin/build-python
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-python')
-rwxr-xr-xbin/build-python2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-python b/bin/build-python
index d0d20670..4c27e5d8 100755
--- a/bin/build-python
+++ b/bin/build-python
@@ -15,7 +15,7 @@ pyinstaller_args+="--log-level DEBUG "
# This adds bundle identifier in reverse DSN format for macos
if [ "$BUILD" = "osx" ]; then
pyinstaller_args+="--osx-bundle-identifier org.inkstitch.app "
- pyinstaller_args+="-i electron/build/icons/mac/inkstitch.icns"
+ pyinstaller_args+="-i electron/build/icons/mac/inkstitch.icns "
if [[ -z ${GITHUB_REF} ]]; then
echo "Dev or Local Build"
else