From 16dabd57ca82ca0c1efff8d9842760d9dbc1cb2c Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Thu, 30 Nov 2023 02:10:48 +0600 Subject: [PATCH] Attempt to fix macos pyinstaller --- scripts/osx-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/osx-package.sh b/scripts/osx-package.sh index 56a2f99b1..7d74b48e0 100644 --- a/scripts/osx-package.sh +++ b/scripts/osx-package.sh @@ -4,7 +4,7 @@ echo "${PYFA_VERSION}" echo "Pyfa version (YAML):" cat version.yml echo "Building distributive..." -python3 -m PyInstaller -y --clean --windowed dist_assets/mac/pyfa.spec +python3 -m PyInstaller -y --clean dist_assets/mac/pyfa.spec echo "Compressing distributive..." cd dist /usr/libexec/PlistBuddy -c "Add :CFBundleVersion string ${PYFA_VERSION}" "pyfa.app/Contents/Info.plist" # Add missing