generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
srb2-ringracers.json
47 lines (47 loc) · 1.78 KB
/
srb2-ringracers.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"version": "2.3",
"description": "\"Dr. Robotnik's Ring Racers\" is a Technical Kart Racer, drawing inspiration from \"antigrav\" racers, fighting games, and traditional-style kart racing.",
"homepage": "https://www.kartkrew.org/",
"license": "GPL-2.0-only",
"url": "https://github.com/KartKrewDev/RingRacers/releases/download/v2.3/Dr.Robotnik.s-Ring-Racers-v2.3-Installer.exe#/dl.7z",
"hash": "0161d3d1bcad932c80dfba4e642a2bd1cbb830b4cf6bcc12049ec5311495ad30",
"pre_install": [
"function persistCopy ([String] $name) {",
" if (Test-Path \"$persist_dir\\$name\") { ",
" Copy-Item \"$persist_dir\\$name\" \"$dir\"",
" }",
"}",
"persistCopy srvbans.json",
"persistCopy srvstats.dat",
"persistCopy ringdata.dat",
"persistCopy ringprofiles.prf",
"persistCopy ringconfig.cfg"
],
"uninstaller": {
"script": [
"ensure \"$persist_dir\" | Out-Null",
"Copy-Item \"$dir\\srvbans.json\" \"$persist_dir\" -Force",
"Copy-Item \"$dir\\srvstats.dat\" \"$persist_dir\" -Force",
"Copy-Item \"$dir\\ringdata.dat\" \"$persist_dir\" -Force",
"Copy-Item \"$dir\\ringprofiles.prf\" \"$persist_dir\" -Force",
"Copy-Item \"$dir\\ringconfig.cfg\" \"$persist_dir\" -Force"
]
},
"shortcuts": [
[
"ringracers.exe",
"Dr. Robotnik's Ring Racers"
]
],
"persist": [
"logs",
"media",
"addons"
],
"checkver": {
"github": "https://github.com/KartKrewDev/RingRacers"
},
"autoupdate": {
"url": "https://github.com/KartKrewDev/RingRacers/releases/download/v$version/Dr.Robotnik.s-Ring-Racers-v$version-Installer.exe#/dl.7z"
}
}