forked from jcwillox/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nms-save-editor.json
39 lines (39 loc) · 1.47 KB
/
nms-save-editor.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
{
"version": "1.14.1",
"description": "No Man's Sky save editor",
"homepage": "https://github.com/goatfungus/NMSSaveEditor",
"license": "Unknown",
"changelog": "https://github.com/goatfungus/NMSSaveEditor/blob/master/CHANGELOG.md",
"url": [
"https://github.com/goatfungus/NMSSaveEditor/raw/f8d3c8b6b1850fde5216b9c8c43cf1d5755e1cbc/NMSSaveEditor.jar",
"https://github.com/jcwillox/scoop-bucket/raw/master/assets/nms-save-editor.ico"
],
"hash": [
"2a79d6188f73d8d8e6126c294c3402a09822a31cfa0341ca9b64839dc5926d9a",
"203e99e1a2adca0680561d2de371f4dd1ebad6cb2c6fc5a616622cd1e16c520f"
],
"pre_install": [
"Set-Content -Path \"$dir\\NMSSaveEditor.bat\" -Value \"@echo off`njava -jar `\"$dir\\NMSSaveEditor.jar`\" %*\"",
"if (-not (Test-Path \"$dir\\NMSSaveEditor.conf\")) { New-Item \"$dir\\NMSSaveEditor.conf\" -ItemType File | Out-Null }"
],
"shortcuts": [
[
"NMSSaveEditor.bat",
"NMS Save Editor",
"",
"nms-save-editor.ico"
]
],
"persist": [
"backups",
"exported",
"NMSSaveEditor.conf"
],
"checkver": {
"url": "https://github.com/goatfungus/NMSSaveEditor/blob/master/VERSION.txt",
"regex": "/(?<sha>[0-9a-f]{40})/VERSION\\.txt[\\w\\W]+>(?<version>\\d+\\.[\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/goatfungus/NMSSaveEditor/raw/$matchSha/NMSSaveEditor.jar"
}
}