Skip to content

Commit

Permalink
macos build actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UncertainProd committed Sep 4, 2021
1 parent 67edd51 commit 7b7c85b
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/image-assets/appicon.ico" --name "Spritesheet and XML Generator for Friday Night Funkin" --noupx --add-data "./src/image-assets;image-assets/" "./src/xmlpngUI.py" &&
pyinstaller --noconfirm --onedir --windowed --icon "./src/image-assets/appicon.ico" --name "Spritesheet and XML Generator for Friday Night Funkin" --noupx --add-data "./src/image-assets:image-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 7b7c85b

Please sign in to comment.