Skip to content

Commit

Permalink
Fix build_mac_installer.sh, replace colon with semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
secondfry committed Dec 3, 2023
1 parent 0552947 commit 164ec4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_mac_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python -O -m PyInstaller \
--clean \
--windowed \
--icon resources/images/app_icon.icns \
--add-data 'src/database/*:database' \
--add-data 'src/database/*;database' \
--noconfirm \
--name shortcircuit src/main.py \
--noupx \
Expand Down

0 comments on commit 164ec4a

Please sign in to comment.