initial commit
This commit is contained in:
11
build-win.ps1
Normal file
11
build-win.ps1
Normal file
@@ -0,0 +1,11 @@
|
||||
echo "Creating executable"
|
||||
|
||||
|
||||
try {C:/Python39/Scripts/pyinstaller gotify-tray.spec}
|
||||
catch {pyinstaller gotify-tray.spec}
|
||||
|
||||
try {Remove-Item "dist/gotify-tray/opengl32sw.dll"} catch {}
|
||||
|
||||
echo "Creating installer"
|
||||
iscc gotify-tray.iss
|
||||
Move-Item "inno-output\gotify-tray-installer.exe" "gotify-tray-installer-win.exe"
|
||||
Reference in New Issue
Block a user