App information: https://github.com/dgiagio/warp
This commit is contained in:
Chawye Hsu 2018-10-14 01:48:47 +08:00 committed by Brandon Smith
parent c69b48b1a9
commit 51c73d28fb

21
warp.json Normal file
View File

@ -0,0 +1,21 @@
{
"homepage": "https://github.com/dgiagio/warp",
"description": "Create self-contained single binary applications",
"version": "0.1.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dgiagio/warp/releases/download/v0.1.1/windows-x64.warp-packer.exe#/warp-packer.exe",
"hash": "1a6651c17fa2c67e29757f4f7206b228d053fa945a27560a62b4f0ebeb610e41"
}
},
"bin": "warp-packer.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dgiagio/warp/releases/download/v$version/windows-x64.warp-packer.exe#/warp-packer.exe"
}
}
}
}