Update launcher.sh : wine64 -> wine

according to current wine x64 version on Ubuntu 24.04 on 14th, Dec, 2024.
This commit is contained in:
Nguyễn Thế Trung 2024-12-14 21:25:55 +07:00 committed by GitHub
parent 5f8f0adcdd
commit 88baefb621
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ WINE_PREFIX="$SCR_PATH/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"