From 9e71ed30290ba4b1d5898baa785de94ba160a3ba 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:35:40 +0700 Subject: [PATCH] use wine instead of wine64 --- scripts/PhotoshopSetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/PhotoshopSetup.sh b/scripts/PhotoshopSetup.sh index 16c08de..69e579d 100755 --- a/scripts/PhotoshopSetup.sh +++ b/scripts/PhotoshopSetup.sh @@ -98,7 +98,7 @@ function install_photoshopSE() { show_message "install photoshop..." show_message "\033[1;33mPlease don't change default Destination Folder\e[0m" - wine64 "$RESOURCES_PATH/photoshopCC/photoshop_cc.exe" &>> "$SCR_PATH/wine-error.log" || error "sorry something went wrong during photoshop installation" + wine "$RESOURCES_PATH/photoshopCC/photoshop_cc.exe" &>> "$SCR_PATH/wine-error.log" || error "sorry something went wrong during photoshop installation" show_message "removing useless helper.exe plugin to avoid errors" rm "$WINE_PREFIX/drive_c/users/$USER/PhotoshopSE/Required/Plug-ins/Spaces/Adobe Spaces Helper.exe"