Skip to content

Commit 7afb6ff

Browse files
authored
Add files via upload
Signed-off-by: Andrew Poženel - SloDevTeam <[email protected]>
1 parent 46b6171 commit 7afb6ff

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

bucket/warframe-exporter.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"version": "2.11",
3+
"description": "Converts Warframe's custom file formats into standard formats. Includes both a GUI application and a separate CLI tool.",
4+
"homepage": "https://github.com/Puxtril/Warframe-Exporter",
5+
"license": "GPL-3.0-only",
6+
"url": [
7+
"https://github.com/Puxtril/Warframe-Exporter/releases/download/v2.11/Warframe-Exporter-CLI.exe",
8+
"https://github.com/Puxtril/Warframe-Exporter/releases/download/v2.11/Warframe-Exporter.zip"
9+
],
10+
"hash": [
11+
"sha256:fcf367c71e5659e1bd21a65bd03643e636fd6068346d7801c293205edad5a703",
12+
"sha256:7ea15e3e45cba3d85afee54907a6a167e493b7125aaa4439bfaa342df6eae1f6"
13+
],
14+
"installer": {
15+
"script": [
16+
"# The CLI tool is already an executable, keep it in place",
17+
"# Extract the ZIP file containing the GUI application",
18+
"$zipFile = Get-ChildItem \"$dir\" -Filter 'Warframe-Exporter.zip' | Select-Object -First 1",
19+
"if ($zipFile) {",
20+
" Expand-Archive \"$zipFile\" -DestinationPath \"$dir\" -Force",
21+
" Remove-Item \"$zipFile\" -Force",
22+
"}"
23+
]
24+
},
25+
"bin": [
26+
"Warframe-Exporter-CLI.exe",
27+
"Warframe-Exporter.exe"
28+
],
29+
"shortcuts": [
30+
[
31+
"Warframe-Exporter.exe",
32+
"Warframe Exporter"
33+
]
34+
],
35+
"checkver": {
36+
"github": "https://github.com/Puxtril/Warframe-Exporter"
37+
},
38+
"autoupdate": {
39+
"url": [
40+
"https://github.com/Puxtril/Warframe-Exporter/releases/download/v$version/Warframe-Exporter-CLI.exe",
41+
"https://github.com/Puxtril/Warframe-Exporter/releases/download/v$version/Warframe-Exporter.zip"
42+
],
43+
"hash": {
44+
"mode": "download"
45+
}
46+
}
47+
}

0 commit comments

Comments
 (0)