mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 02:14:18 +00:00
Force reg key creation in case it exists, otherwise install is interrupted
This commit is contained in:
parent
7a0c85431a
commit
b9312cf69d
@ -2570,7 +2570,7 @@ install_game_wine() {
|
||||
winecfg -v win11 >"$tmp_install_log" 2>&1 &&
|
||||
|
||||
# Add registry key that prevents wine from creating unnecessary file type associations
|
||||
wine reg add "HKEY_CURRENT_USER\Software\Wine\FileOpenAssociations" /v Enable /d N >"$tmp_install_log" 2>&1
|
||||
wine reg add "HKEY_CURRENT_USER\Software\Wine\FileOpenAssociations" /v Enable /d N /f >"$tmp_install_log" 2>&1
|
||||
|
||||
# Install powershell
|
||||
debug_print continue "Installing dxvk and powershell, please wait..."
|
||||
|
Loading…
Reference in New Issue
Block a user