Skip to content

Commit

Permalink
actions change
Browse files Browse the repository at this point in the history
  • Loading branch information
UncertainProd committed Sep 4, 2021
1 parent b54415d commit 67edd51
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 @@ -52,7 +52,7 @@ jobs:
- os: ubuntu-latest
TARGET: ubuntu
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-Linux.zip" "Spritesheet and XML Generator for Friday Night Funkin/"
OUT_FILE_NAME: FnFXMLGen-Linux.zip
Expand Down

0 comments on commit 67edd51

Please sign in to comment.