This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository game-data-packager.
commit 68388aaedfc4c097a50ad004558d9d18c2518853 Author: Alexandre Detiste <[email protected]> Date: Mon Oct 26 10:25:20 2015 +0100 documentation: add gog/game key --- doc/adding_a_game.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/adding_a_game.mdwn b/doc/adding_a_game.mdwn index 8d0607a..6bac033 100644 --- a/doc/adding_a_game.mdwn +++ b/doc/adding_a_game.mdwn @@ -135,6 +135,9 @@ with these keys: * `url`: the game-specific part of games' URLs, such as `the_ultimate_doom` for http://www.gog.com/game/the_ultimate_doom +* `game`: some games are sold on gog.com as bundle, this is the + name of each individual part. Use `lgogdownloader --list` to + know this value. If not specified, this default to the value of `url`. * `pp`: an affiliate ID, typically used to donate to a relevant game engine (if not specified, g-d-p will use ScummVM's affiliate ID) * `path`: the directory below `GOG Games` where the GOG installer puts -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

