LGOGDownloader is unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOG Galaxy.
Go to file
Stephen Kitt a6eaeb1a5b Avoid touching $HOME when displaying help or version
Currently any execution of lgogdownloader touches $HOME, even if the
user only requested help or the version number. This fixes main() to
handle --help and --version before doing anything to the filesystem.

This also helps some build environments where $HOME is undefined
(e.g. the Debian build platform).

Signed-off-by: Stephen Kitt <steve@sk2.org>
2014-09-11 23:38:23 +02:00
include Add platform info to gameFile class 2014-09-07 23:09:08 +03:00
man Add support for some game specific settings 2014-08-01 20:34:44 +03:00
src File hashing changes to Util::createXML 2014-09-10 16:16:04 +03:00
.gitignore Updated .gitignore 2014-02-06 10:04:31 +02:00
COPYING Initial commit 2013-03-15 22:46:16 +02:00
lgogdownloader.cbp Update CodeBlocks project file 2014-08-13 02:56:22 +03:00
main.cpp Avoid touching $HOME when displaying help or version 2014-09-11 23:38:23 +02:00
Makefile Add PREFIX and MANPREFIX to Makefile 2014-09-04 20:09:45 +03:00
version.sh Some changes version string handling 2013-04-04 17:51:28 +03:00