scoop-games/bucket/rbxfpsunlocker.json

34 lines
1.0 KiB
JSON

{
"version": "4.4.1",
"description": "Removes Roblox's default 60 FPS cap",
"homepage": "https://github.com/axstin/rbxfpsunlocker",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/axstin/rbxfpsunlocker/releases/download/v4.4.1/rbxfpsunlocker-x64.zip",
"hash": "f0bad3a2c8e84dc60066ef7e462ed2da4c19f293ea2ca797859d751f5ebdda63"
}
},
"pre_install": [
"# Create settings file if it does not exist",
"if (!(Test-Path \"$persist_dir\\settings\" -PathType Leaf)) {",
" (New-Item -Type File \"$persist_dir\\settings\" -Force) | Out-Null",
"}"
],
"shortcuts": [
[
"rbxfpsunlocker.exe",
"Roblox FPS Unlocker"
]
],
"persist": "settings",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/axstin/rbxfpsunlocker/releases/download/v$version/rbxfpsunlocker-x64.zip"
}
}
}
}