Skip to content

Commit

Permalink
--add-data "fonts;fonts" --add-data "icons;icons"
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Feb 19, 2025
1 parent 8f8a4cd commit 7d7e74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
shell: cmd
run: |
echo Creating executable...
venv\Scripts\python.exe -m PyInstaller --noconsole --onefile --add-data "fonts;." --add-data "icons;." siracusa.py
venv\Scripts\python.exe -m PyInstaller --noconsole --onefile --add-data "fonts;fonts" --add-data "icons;icons" siracusa.py
if errorlevel 1 (
echo Failed to create executable.
exit /b 1
Expand Down

0 comments on commit 7d7e74f

Please sign in to comment.