Fix error installing mtga if a previous game was using win xp.

This commit is contained in:
2026-05-02 16:57:54 -07:00
parent c0e6c37f1a
commit 2abf445637
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -78,6 +78,7 @@ install_accessible_arena_support() {
}
install_wine_bottle dxvk
winetricks -q $winVer
mtgaRoot="${WINEPREFIX}/drive_c/Program Files (x86)/Wizards of the Coast/MTGA"
mtgaInstallerUrl="$(get_mtga_installer_url)"