https://github.com/Yepoleb/gogextract
Script for unpacking GOG Linux installers
https://github.com/Yepoleb/gogextract
Last synced: 12 months ago
JSON representation
Script for unpacking GOG Linux installers
- Host: GitHub
- URL: https://github.com/Yepoleb/gogextract
- Owner: Yepoleb
- License: mit
- Created: 2016-10-09T23:22:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T21:07:31.000Z (over 7 years ago)
- Last Synced: 2024-12-03T18:48:25.944Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 62
- Watchers: 8
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GOG Extract
Script for unpacking GOG Linux installers.
Explanation of how it works is in my [blog post].
## Usage
`gogextract.py `
Output files will be named `unpacker.sh`, `mojosetup.tar.gz` and `data.zip`.
## License
[MIT](LICENSE)
[blog post]: https://yepoleb.github.io/blog/2016/10/09/how-the-gog-linux-installers-work/