Skip to content

Commit d5ac24d

Browse files
authored
Refactor version handling in AiTrack.json
Updated the extraction directory and autoupdate fields to use version placeholders. Signed-off-by: Andrew Poženel - SloDevTeam <andrew.pozenel@tutanota.com>
1 parent 9f5f85e commit d5ac24d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

bucket/AiTrack.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
},
99
"url": "https://github.com/AIRLegend/aitrack/releases/download/v0.7.1-alpha/aitrack-v0.7.1.zip",
1010
"hash": "3f618833df77d3e7aa28229d426772b9f568724c85f2446c6bb952a162517240",
11-
"extract_dir": "aitrack-v$version",
1211
"bin": "aitrack-v0.7.1\\AiTrack.exe",
1312
"shortcuts": [
1413
[
@@ -18,6 +17,13 @@
1817
],
1918
"checkver": "github",
2019
"autoupdate": {
21-
"url": "https://github.com/AIRLegend/aitrack/releases/download/v$version-alpha/aitrack-v$version.zip"
20+
"url": "https://github.com/AIRLegend/aitrack/releases/download/v$version-alpha/aitrack-v$version.zip",
21+
"bin": "aitrack-v$version\\AiTrack.exe",
22+
"shortcuts": [
23+
[
24+
"aitrack-v$version\\AiTrack.exe",
25+
"AiTrack"
26+
]
27+
]
2228
}
2329
}

0 commit comments

Comments
 (0)