Convert makefile to shell commands in appveyor config, various other tweaks

This commit is contained in:
blitzmann
2022-03-23 10:28:04 -04:00
parent f7ea438ebc
commit b1beebda26
11 changed files with 96 additions and 166 deletions

View File

@@ -7,5 +7,7 @@ echo "Building distributive..."
python3 -m PyInstaller -y --clean --windowed 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
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString ${PYFA_VERSION}" "pyfa.app/Contents/Info.plist" # Modify existing
zip -r "pyfa-$PYFA_VERSION-mac.zip" pyfa.app
md5 -r "pyfa-$PYFA_VERSION-mac.zip"