Skip to content

Commit

Permalink
Update Deploy.py
Browse files Browse the repository at this point in the history
Signed-off-by: Loren Eteval <[email protected]>
  • Loading branch information
LorenEteval committed Feb 29, 2024
1 parent 8a64bde commit 7a52608
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
f'python -m nuitka '
f'--standalone --plugin-enable=pyside6 '
f'--disable-console '
f'--assume-yes-for-downloads '
f'--include-package-data=Furious '
f'--windows-icon-from-ico=\"Icons/png/rocket-takeoff-window.png\" '
f'--force-stdout-spec=^%TEMP^%/_Furious_Enable_Stdout '
Expand All @@ -36,6 +37,7 @@
f'python -m nuitka '
f'--standalone --plugin-enable=pyside6 '
f'--disable-console '
f'--assume-yes-for-downloads '
f'--include-package-data=Furious '
f'--macos-create-app-bundle '
f'--macos-app-icon=\"Icons/png/rocket-takeoff-window.png\" '
Expand Down

0 comments on commit 7a52608

Please sign in to comment.