mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
53 lines
1.8 KiB
JSON
53 lines
1.8 KiB
JSON
{
|
|
"version": "4.15",
|
|
"description": "A utility that helps format and create bootable USB flash drives.",
|
|
"homepage": "https://rufus.ie/",
|
|
"license": "GPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/pbatard/rufus/releases/download/v4.15/rufus-4.15.exe#/rufus.exe",
|
|
"hash": "84c8a437f8af89257524478489e5c85f1edf25f761d299e2bcde46ac0afbe106"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/pbatard/rufus/releases/download/v4.15/rufus-4.15_x86.exe#/rufus.exe",
|
|
"hash": "20e1345715aff4aebf016839f721390882201a2b5d00655424c4ca38cb919576"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/pbatard/rufus/releases/download/v4.15/rufus-4.15_arm64.exe#/rufus.exe",
|
|
"hash": "af01a2136db7391eb8a52de7001fd231f0731cd27e042318dc2743d87fa35c1c"
|
|
}
|
|
},
|
|
"pre_install": [
|
|
"if (!(Test-Path \"$persist_dir\\rufus.ini\")) {",
|
|
" Set-Content \"$dir\\rufus.ini\" 'UpdateCheckInterval = -1' -Encoding Ascii",
|
|
"}"
|
|
],
|
|
"bin": "rufus.exe",
|
|
"shortcuts": [
|
|
[
|
|
"rufus.exe",
|
|
"Rufus"
|
|
]
|
|
],
|
|
"persist": [
|
|
"Rufus",
|
|
"rufus.ini"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/pbatard/rufus"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/pbatard/rufus/releases/download/v$version/rufus-$version.exe#/rufus.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/pbatard/rufus/releases/download/v$version/rufus-$version_x86.exe#/rufus.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/pbatard/rufus/releases/download/v$version/rufus-$version_arm64.exe#/rufus.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|