From 7b7c85b2f7199b238f7ddcaa2075c580abea43f0 Mon Sep 17 00:00:00 2001 From: UncertainProd Date: Sun, 5 Sep 2021 04:10:25 +0530 Subject: [PATCH] macos build actions fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf7e982..d8d6fd4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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