Use macos rather than osx in filenames (#4550)

This commit is contained in:
nerix
2023-04-16 21:05:51 +02:00
committed by GitHub
parent 517382ebc9
commit 20bdfaef39
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -28,5 +28,5 @@ echo "Entering python3 virtual environment"
echo "Installing dmgbuild"
python3 -m pip install dmgbuild
echo "Running dmgbuild.."
dmgbuild --settings ./../.CI/dmg-settings.py -D app=./chatterino.app Chatterino2 chatterino-osx-Qt-$1.dmg
dmgbuild --settings ./../.CI/dmg-settings.py -D app=./chatterino.app Chatterino2 chatterino-macos-Qt-$1.dmg
echo "Done!"