Skip to content

Commit

Permalink
Force reg key creation in case it exists, otherwise install is interr…
Browse files Browse the repository at this point in the history
…upted
  • Loading branch information
the-sane committed Sep 20, 2024
1 parent 7a0c854 commit b9312cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lug-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit b9312cf

Please sign in to comment.