-
-
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.
The number of plugins is already a little too much for my tastes and will probably only get worse as time goes on. To mitigate the problem for now, I split the plugins into different files and will provide 3 different .exe files: Stores, Single Games, and Emulators. This way, if people aren't interested in the latter two options, they can simply not run those programs.
- Loading branch information
1 parent
23b1269
commit b1af141
Showing
3 changed files
with
76 additions
and
33 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
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,4 @@ | ||
pip install pyinstaller | ||
pyinstaller download.py -n gog-plugins-downloader --onefile | ||
copy dist\gog-plugins-downloader.exe dist\gog-plugins-downloader-games.exe | ||
copy dist\gog-plugins-downloader.exe dist\gog-plugins-downloader-emulators.exe |
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