Files
gotify-tray-customized/build-win.ps1
2023-04-08 10:18:50 +02:00

9 lines
169 B
PowerShell

echo "Creating executable"
try {C:/Python39/Scripts/pyinstaller gotify-tray.spec}
catch {pyinstaller gotify-tray.spec}
echo "Creating installer"
iscc gotify-tray.iss