Skip to content

Commit d838bef

Browse files
authored
Fix license and extract_dir formatting in JSON
Signed-off-by: Andrew Poženel - SloDevTeam <andrew.pozenel@tutanota.com>
1 parent 77e351b commit d838bef

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

bucket/AltAppInstaller-Portable.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
"version": "2.7.2",
33
"description": "Alt App Installer. A Program To Download And Install Windows Store Apps",
44
"homepage": "https://github.com/m-jishnu/alt-app-installer",
5-
"license": "Mit",
5+
"license": "MIT",
66
"changelog": "https://github.com/m-jishnu/alt-app-installer/releases",
77
"url": "https://github.com/m-jishnu/alt-app-installer/releases/download/v2.7.2/altappinstaller.exe#/setup.7z",
88
"hash": "74eca1400943acbba8f4b0d2db3cb09e43934c7cf5a9934ae3f0da37e114dc81",
9-
"extract_dir": "alt app installer",
9+
"extract_dir": "altappinstaller",
10+
"bin": "altappinstaller.exe",
1011
"shortcuts": [
1112
[
12-
"alt app installer.exe",
13+
"altappinstaller.exe",
1314
"Alt App Installer"
1415
]
1516
],
@@ -19,4 +20,4 @@
1920
"autoupdate": {
2021
"url": "https://github.com/m-jishnu/alt-app-installer/releases/download/v$version/altappinstaller.exe#/setup.7z"
2122
}
22-
}
23+
}

0 commit comments

Comments
 (0)