Change wine to wine64

There is a bug in wine when used in combination with Mesa 21.
X Error of failed request:  GLXBadFBConfig
https://bugs.winehq.org/show_bug.cgi?id=50859
Changing it to wine64 works.
This commit is contained in:
Elyesa 2021-04-19 17:11:07 +03:00 committed by GitHub
parent 7ba9c90159
commit f8fc69317c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ WINE_PREFIX="$SCR_PATH/prefix"
export WINEPREFIX="$WINE_PREFIX"
wine "$SCR_PATH/IllustratorCC17/IllustratorCC64.exe"
wine64 "$SCR_PATH/IllustratorCC17/IllustratorCC64.exe"