-
-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* comet support (doesn't include comet binaries) * use --quit flag * gog online presence support Co-Authored-By: Paweł Lidwin <[email protected]> * code review suggestions Co-authored-by: Ariel Juodziukynas <[email protected]> * Update translation.json * add comet binaries * Revert "use --quit flag" This reverts commit 68f3b24. * log comet output to gogdl logs * download comet (initial version, is broken) * fix comet download * add experimental feature for comet support * Update translation.json * improv: disable presence when playtime sync is disabled * feat: comet dummy service download * fix: mock unzip plugin * fix: maybe let's pass the script path to wine * remove skipPrefixCheck --------- Co-authored-by: Paweł Lidwin <[email protected]> Co-authored-by: Ariel Juodziukynas <[email protected]> Co-authored-by: Paweł Lidwin <[email protected]> Co-authored-by: Mathis Dröge <[email protected]>
- Loading branch information
1 parent
177b0b9
commit 6828379
Showing
25 changed files
with
342 additions
and
29 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -4,4 +4,6 @@ | |
**/gogdl.exe | ||
**/nile | ||
**/nile.exe | ||
.release_tags | ||
**/comet | ||
**/comet.exe | ||
.release_tags |
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 @@ | ||
export {} |
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
Oops, something went wrong.