mirror of
https://github.com/lutris/lutris
synced 2024-11-02 11:48:38 +00:00
Fix forgotten inherited functions in winesteam from wine
This commit is contained in:
parent
67f0cae6a3
commit
8be9f19d12
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue