diff --git a/warp.json b/warp.json new file mode 100644 index 0000000000..71f635ff9b --- /dev/null +++ b/warp.json @@ -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" + } + } + } +}