Skip to content

Commit cc605d6

Browse files
Update dependencies
1 parent cbbf414 commit cc605d6

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

dependencies/autohotkey.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
"name": "AutoHotKey",
33
"class": "Dependency",
44
"mainFile": "Compiler\\Ahk2Exe.exe",
5-
"url": "https://www.autohotkey.com/download/ahk.zip",
5+
"url": "https://www.autohotkey.com/download/2.0/AutoHotkey_2.0-a122-f595abc2.zip",
66
"downloadFile": "ahk.zip",
7-
"assets": {
8-
"mpress/mpress.exe": "Compiler\\mpress.exe"
7+
"assets": {},
8+
"downloads": {
9+
"Compiler\\mpress.exe": "https://github.com/bmcclure/launcher-db/releases/download/1.0/mpress.exe",
10+
"Compiler\\Ahk2Exe.exe": "https://github.com/bmcclure/launcher-db/releases/download/1.0/Ahk2Exe.exe"
911
}
1012
}

dependencies/bnetlauncher.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"downloadFile": "bnetlauncher.zip",
77
"assets": {
88
"gamedb.ini": "gamedb.ini"
9-
}
9+
},
10+
"downloads": {}
1011
}

dependencies/iconsext.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"mainFile": "iconsext.exe",
55
"url": "https://www.nirsoft.net/utils/iconsext.zip",
66
"downloadFile": "iconsext.zip",
7-
"assets": {}
7+
"assets": {},
8+
"downloads": {
9+
10+
}
811
}

0 commit comments

Comments
 (0)