Skip to content

Commit

Permalink
add requirements to cross-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalVandana committed Jul 19, 2024
1 parent 982e118 commit e10db8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
python_ver: '3.12'
# pyinstaller_ver: '==6.9.0'
spec: 'maestro/maestro.py'
# requirements: 'src/requirements.txt'
requirements: 'requirements.txt'
upload_exe_with_name: 'maestro-windows'
options: --onefile, --name "maestro", --icon "data/icons/maestro_icon.ico"
pyinstaller-build-mac:
Expand All @@ -22,7 +22,7 @@ jobs:
python_ver: '3.12'
# pyinstaller_ver: '==6.9.0'
spec: 'maestro/maestro.py'
# requirements: 'src/requirements.txt'
requirements: 'requirements.txt'
upload_exe_with_name: 'maestro-mac'
options: --onefile, --name "maestro", --icon "data/icons/maestro_icon.icns"
pyinstaller-build-linux:
Expand All @@ -34,6 +34,6 @@ jobs:
python_ver: '3.12'
# pyinstaller_ver: '==6.9.0'
spec: 'maestro/maestro.py'
# requirements: 'src/requirements.txt'
requirements: 'requirements.txt'
upload_exe_with_name: 'maestro-ubuntu'
options: --onefile, --name "maestro"

0 comments on commit e10db8a

Please sign in to comment.