Skip to content

Commit

Permalink
Fix build_mac_installer.sh, make --add-data target to proper directory
Browse files Browse the repository at this point in the history
  • Loading branch information
secondfry authored Dec 3, 2023
1 parent 9db4555 commit dafd8da
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/*:.' \
--add-data 'src/database/*:database' \
--noconfirm \
--name shortcircuit src/main.py \
--noupx \
Expand Down

0 comments on commit dafd8da

Please sign in to comment.