Merge pull request #389 from daniel-j/fix-desktop-file

Fixes #388
This commit is contained in:
Mathieu Comandon 2016-10-08 12:49:12 -07:00 committed by GitHub
commit ab39efb68d

View file

@ -30,9 +30,9 @@ def create_launcher(game_slug, game_id, game_name, desktop=False, menu=False):
"""
[Desktop Entry]
Type=Application
Name=%s
Icon=%s
Exec=lutris lutris:%s
Name={}
Icon={}
Exec=lutris lutris:{}
Categories=Game
""".format(game_name, 'lutris_{}'.format(game_slug), game_id)
)