Update launcher.sh : wine64 -> wine
according to current wine x64 version on Ubuntu 24.04 on 14th, Dec, 2024.
This commit is contained in:
parent
5f8f0adcdd
commit
88baefb621
|
@ -15,4 +15,4 @@ WINE_PREFIX="$SCR_PATH/prefix"
|
||||||
|
|
||||||
export WINEPREFIX="$WINE_PREFIX"
|
export WINEPREFIX="$WINE_PREFIX"
|
||||||
|
|
||||||
wine64 "$SCR_PATH/prefix/drive_c/users/$USER/PhotoshopSE/Photoshop.exe"
|
wine "$SCR_PATH/prefix/drive_c/users/$USER/PhotoshopSE/Photoshop.exe"
|
||||||
|
|
Loading…
Reference in New Issue