Skip to content

Commit

Permalink
Update cross-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalVandana authored Jul 19, 2024
1 parent 73ac242 commit bd06f52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
spec: 'maestro/maestro.py'
# requirements: 'src/requirements.txt'
upload_exe_with_name: 'maestro-windows'
options: --onefile, --name "maestro-windows", --icon "data/icons/maestro_icon.ico"
options: --onefile, --name "maestro-windows"
# --icon "data/icons/maestro_icon.ico"
pyinstaller-build-mac:
runs-on: macos-12
steps:
Expand Down

0 comments on commit bd06f52

Please sign in to comment.