Fix forgotten inherited functions in winesteam from wine

This commit is contained in:
Xodetaetl 2015-12-26 23:33:38 +01:00
parent 67f0cae6a3
commit 8be9f19d12
2 changed files with 4 additions and 1 deletions

View file

@ -306,7 +306,7 @@ Currently, the following tasks are implemented:
prefix: $GAMEDIR
path: HKEY_CURRENT_USER\Software\Valve\Steam
key: SuppressAutoRun
value: 00000000
value: '00000000'
type: REG_DWORD
* wine / winesteam: ``set_regedit_file`` Apply a regedit file to the

View file

@ -17,9 +17,12 @@ from lutris.util.wineregistry import WineRegistry
# Redefine wine installer tasks
set_regedit = wine.set_regedit
set_regedit_file = wine.set_regedit_file
delete_registry_key = wine.delete_registry_key
create_prefix = wine.create_prefix
wineexec = wine.wineexec
winetricks = wine.winetricks
winecfg = wine.winecfg
STEAM_INSTALLER_URL = "http://lutris.net/files/runners/SteamInstall.msi"