ScoopInstaller_Main/bucket/gotify-server.json
Issac Lin 440060da58
gotify-server: Fix installation for PowerShell 5
PowerShell 5 does not support wildcard(*) for Rename-Item
2022-08-06 13:13:28 +08:00

32 lines
1.2 KiB
JSON

{
"version": "2.1.5",
"description": "A simple server for sending and receiving messages in real-time per WebSocket, with a sleek web UI",
"homepage": "https://gotify.net/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gotify/server/releases/download/v2.1.5/gotify-windows-amd64.exe.zip",
"hash": "e06a816e334325047447c9468eb2d50ac17af28770187640650f550183ec28e4"
},
"32bit": {
"url": "https://github.com/gotify/server/releases/download/v2.1.5/gotify-windows-386.exe.zip",
"hash": "f5476fbf9b44a97852c39f012119515db4350e0c64653116c3bb2476d6b081e2"
}
},
"pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe",
"bin": "gotify.exe",
"checkver": {
"github": "https://github.com/gotify/server/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gotify/server/releases/download/v$version/gotify-windows-amd64.exe.zip"
},
"32bit": {
"url": "https://github.com/gotify/server/releases/download/v$version/gotify-windows-386.exe.zip"
}
}
}
}