-
Notifications
You must be signed in to change notification settings - Fork 154
/
rbxfpsunlocker.json
33 lines (33 loc) · 1.03 KB
/
rbxfpsunlocker.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"version": "5.2",
"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/v5.2/rbxfpsunlocker-x64.zip",
"hash": "92b2d2a44e57ae9d47806eba7e62ef0d0e3b152e822803845e9bfe74adb6efc3"
}
},
"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"
}
}
}
}