https://github.com/nicoviii/andromeda-for-gog
This project should provide an inofficial third-party client for GOG especially for linux systems.
https://github.com/nicoviii/andromeda-for-gog
client concept dotnet-core gog gog-galaxy linux
Last synced: 3 months ago
JSON representation
This project should provide an inofficial third-party client for GOG especially for linux systems.
- Host: GitHub
- URL: https://github.com/nicoviii/andromeda-for-gog
- Owner: NicoVIII
- License: mit
- Created: 2018-06-26T07:46:16.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T18:13:13.000Z (about 1 year ago)
- Last Synced: 2025-02-25T11:46:20.398Z (3 months ago)
- Topics: client, concept, dotnet-core, gog, gog-galaxy, linux
- Language: F#
- Homepage:
- Size: 4.04 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README-DEVELOPMENT.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Development

## Setup (VSCode)
The only supported way to work on this is by using the provided devcontainer
(https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack).
Therefore you need VSCode and Docker installed on your system, the rest is happening inside the container.If VS Code does not suggest to open the repository with the container, run the "Remote-Container:
Rebuild and Reopen in Container" Action. Everything you need is installed in there.## Building
To build simply run `dotnet run build`.
## Publishing
Publishing is done automatically with every commit on develop and for every release tag.
You can build the executables by running `dotnet run publish`.
It is possible that you need additional dependencies to run this.