Skip to content

Commit c522f75

Browse files
Remove bnetlauncher as a requirement, attribute it in the Readme
1 parent dd70e3e commit c522f75

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Lib/Launchpad/Installer/DependencyInstaller.ahk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ class DependencyInstaller extends InstallerBase {
2525
ahk2ExeComponent.version := dbVersion
2626
components.Push(ahk2ExeComponent)
2727

28-
components.Push(GitHubReleaseInstallerComponent.new("dafzor/bnetlauncher", "", true, "Vendor\BnetLauncher", appState, "BnetLauncher", cache, "Dependencies", true, tmpDir, false))
29-
30-
componentUrl := "https://benmcclure.com/launcher-db/Components/Dependencies/BnetLauncher/gamedb.ini"
31-
componentPath := "Vendor\BnetLauncher\gamedb.ini"
32-
components.Push(DownloadableInstallerComponent.new(componentUrl, false, componentPath, appState, "GameDbIni", cache, "BnetLauncher", true, tmpDir, false))
33-
3428
iconsExtUrl := "https://www.nirsoft.net/utils/iconsext.zip"
3529
iconsExtPath := "Vendor\IconsExt"
3630
components.Push(DownloadableInstallerComponent.new(iconsExtUrl, true, iconsExtPath, appState, "IconsExt", cache, "Dependencies", false, tmpDir, false))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ powerful scripting language AutoHotKey.
109109

110110
Launchpad automatically downloads a few dependencies for use during its operation. The dependencies it installs are:
111111
- [AutoHotKey](https://www.autohotkey.com/)
112-
- [Bnetlauncher](https://github.com/dafzor/bnetlauncher)
113112
- [IconsExt](https://www.nirsoft.net/utils/iconsext.html)
114113

115114
These dependencies each use different licensing from Launchpad, and they have their own release cycles, so Launchpad doesn't include them in your initial download. Don't worry, Launchpad downloads them for you and you won't even notice them.
@@ -128,4 +127,5 @@ I would greatly appreciate if you would submit a Pull Request to contribute back
128127

129128
## Attribution
130129

131-
Icons made by <a href="https://www.flaticon.com/free-icon/rec_1783406" title="iconixar">iconixar</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>
130+
- Icons made by [iconixar](https://www.flaticon.com/free-icon/rec_1783406) [Flaticon](https://www.flaticon.com/)
131+
- Some launch methods were learned by studying the excellent [BnetLauncher](https://github.com/dafzor/bnetlauncher)

0 commit comments

Comments
 (0)