small update/fix to wine install script

pull/314/head
Itai Nelken 3 years ago committed by GitHub
parent aa07d088c4
commit 944803b733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -181,3 +181,5 @@ Categories=System;" > ~/.local/share/applications/wine-explorer.desktop
# Boot wine (make fresh wineprefix in ~/.wine
BOX86_NOBANNER=1
setarch linux32 -L box86 ~/wine/bin/wine wineboot
#update the wine prefix (~/.wine) to fix the issue that causes wine to not know its system drive
wine wineboot -u

Loading…
Cancel
Save