mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"description": "Command-line tool for editing resources of PE executables",
|
|
"homepage": "https://github.com/electron/rcedit",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe#/rcedit.exe",
|
|
"hash": "3e7801db1a5edbec91b49a24a094aad776cb4515488ea5a4ca2289c400eade2a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x86.exe#/rcedit.exe",
|
|
"hash": "38fb5e935d7cb58d7a98b4ed8f876c83f5db032bcd0329b0a4de4e4a1de876b6"
|
|
}
|
|
},
|
|
"bin": "rcedit.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/electron/rcedit/releases/download/v$version/rcedit-x64.exe#/rcedit.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/electron/rcedit/releases/download/v$version/rcedit-x86.exe#/rcedit.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|