build-macos action

This commit is contained in:
dries.k
2022-07-21 15:23:00 +02:00
parent 1724606227
commit 686b93f757
3 changed files with 67 additions and 0 deletions

View File

@@ -7,6 +7,12 @@ build: clean
cp -r dist/gotify-tray build/debian/usr/lib/gotify-tray
dpkg -b build/debian dist/gotify-tray_amd64.deb
build-macos: clean
pip install -r requirements.txt
pip install pyinstaller
pip install Pillow
pyinstaller gotify-tray-macos.spec
install: build
sudo dpkg -i dist/gotify-tray_amd64.deb