Skip to content

Commit

Permalink
Minor gh-actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UncertainProd committed May 29, 2022
1 parent a8d27d9 commit 89df3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- os: macos-latest
TARGET: macos
CMD_BUILD: >
pyinstaller --noconfirm --onedir --windowed --icon "./src/assets/appicon.ico" --name "Spritesheet and XML Generator for Friday Night Funkin" --noupx --add-data "./src/assets:assets/" "./src/xmlpngUI.py" &&
pip install pyinstaller==4.0 && pyinstaller --noconfirm --onedir --windowed --icon "./src/assets/appicon.ico" --name "Spritesheet and XML Generator for Friday Night Funkin" --noupx --add-data "./src/assets:assets/" "./src/xmlpngUI.py" &&
cd dist/ &&
zip -r9 "FnFXMLGen-MacOS.zip" "Spritesheet and XML Generator for Friday Night Funkin/"
OUT_FILE_NAME: FnFXMLGen-MacOS.zip
Expand Down

0 comments on commit 89df3b2

Please sign in to comment.