Skip to content
Merged
49 changes: 49 additions & 0 deletions bucket/rectanglewin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"version": "0.2.1",
"description": "Spectacle/Rectangle for Windows: Hotkey-driven window snapping for Windows 10/11.",
"homepage": "https://github.com/ahmetb/RectangleWin",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ahmetb/RectangleWin/releases/download/v0.2.1/RectangleWin-x64-v0.2.1.exe",
"hash": "1168a7ca0fcbc399114fcdbf6beddaa1e71513e9746d08cf10324f90f3f9f480",
"pre_install": "Get-ChildItem \"$dir\\RectangleWin-x64-*.exe\" | Rename-Item -NewName 'RectangleWin-x64.exe'",
"shortcuts": [
[
"RectangleWin-x64.exe",
"RectangleWin"
]
]
},
"32bit": {
"url": "https://github.com/ahmetb/RectangleWin/releases/download/v0.2.1/RectangleWin-x86-v0.2.1.exe",
"hash": "6e7dbadf3a6b2609bbe4e7b588426674dd05a4c612c61c7aefd72ad04bf515a1",
"pre_install": "Get-ChildItem \"$dir\\RectangleWin-x86-*.exe\" | Rename-Item -NewName 'RectangleWin-x86.exe'",
"shortcuts": [
[
"RectangleWin-x86.exe",
"RectangleWin"
]
]
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ahmetb/RectangleWin/releases/download/v$version/RectangleWin-x64-v$version.exe",
"hash": {
"url": "$baseurl/RectangleWin_$version_checksums.txt",
"find": "$base64\\s+RectangleWin-x64"
}
},
"32bit": {
"url": "https://github.com/ahmetb/RectangleWin/releases/download/v$version/RectangleWin-x86-v$version.exe",
"hash": {
"url": "$baseurl/RectangleWin_$version_checksums.txt",
"find": "$base64\\s+RectangleWin-x86"
}
}
}
}
}