Skip to content

Commit 67edd51

Browse files
committed
actions change
1 parent b54415d commit 67edd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- os: ubuntu-latest
5353
TARGET: ubuntu
5454
CMD_BUILD: >
55-
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" &&
55+
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" &&
5656
cd dist/ &&
5757
zip -r9 "FnFXMLGen-Linux.zip" "Spritesheet and XML Generator for Friday Night Funkin/"
5858
OUT_FILE_NAME: FnFXMLGen-Linux.zip

0 commit comments

Comments
 (0)