From 88baefb6210b04f6cd3e8ba12fbce84880a1e6f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=E1=BA=BF=20Trung?= Date: Sat, 14 Dec 2024 21:25:55 +0700 Subject: [PATCH] Update launcher.sh : wine64 -> wine according to current wine x64 version on Ubuntu 24.04 on 14th, Dec, 2024. --- scripts/launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/launcher.sh b/scripts/launcher.sh index 3c79f81..1b4eb24 100755 --- a/scripts/launcher.sh +++ b/scripts/launcher.sh @@ -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"