-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to filter plugins (fixes #9)
Rather than force people to use one of 3 "bundles" of plugins, instead do the following: * If the user specifies a `-p` parameter, filter the plugins to only that comma-separated list * If `-p` is not specified, default to Friends of Galaxy plugins. This is controlled via a `default: true` flag in the yaml file With this new functionality, all yaml files have been merged. I left the existing files as-is so older clients do not break immediately. In the future they will be cleaned up.
- Loading branch information
1 parent
72fd09e
commit 7ca45bd
Showing
7 changed files
with
253 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,3 +102,6 @@ venv.bak/ | |
|
||
# mypy | ||
.mypy_cache/ | ||
|
||
# Testing output directory | ||
output/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
pip install pyinstaller | ||
pyinstaller download.py -n gog-plugins-downloader-stores --onefile | ||
copy dist\gog-plugins-downloader-stores.exe dist\gog-plugins-downloader-games.exe | ||
copy dist\gog-plugins-downloader-stores.exe dist\gog-plugins-downloader-emulators.exe | ||
pyinstaller download.py -n gog-plugins-downloader --onefile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
gog-plugins-downloader.exe -p battlenet,bethesda,epic,gw2,humblebundle,minecraft,origin,paradox,psn,rockstar,steam,twitch,uplay,wargaming |
Oops, something went wrong.