From 66e66caffc83036ab68c36c4e790ea3777e8b05c Mon Sep 17 00:00:00 2001 From: victor Date: Mon, 29 Mar 2021 10:44:28 +0430 Subject: [PATCH] start.exe issue fixed wine64 added --- scripts/PhotoshopSetup.sh | 3 ++- scripts/launcher.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/PhotoshopSetup.sh b/scripts/PhotoshopSetup.sh index c24bc07..50fa239 100755 --- a/scripts/PhotoshopSetup.sh +++ b/scripts/PhotoshopSetup.sh @@ -12,6 +12,7 @@ function main() { #make sure wine and winetricks package is already installed package_installed wine + package_installed wine64 package_installed md5sum package_installed winetricks @@ -108,7 +109,7 @@ function install_photoshopSE() { show_message "install photoshop..." show_message "\033[1;33mPlease don't change default Destination Folder\e[0m" - wine "$RESOURCES_PATH/photoshopCC/photoshop_cc.exe" &>> "$SCR_PATH/wine-error.log" || error "sorry something went wrong during photoshop installation" + wine64 "$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" diff --git a/scripts/launcher.sh b/scripts/launcher.sh index 1b4eb24..3c79f81 100755 --- a/scripts/launcher.sh +++ b/scripts/launcher.sh @@ -15,4 +15,4 @@ WINE_PREFIX="$SCR_PATH/prefix" export WINEPREFIX="$WINE_PREFIX" -wine "$SCR_PATH/prefix/drive_c/users/$USER/PhotoshopSE/Photoshop.exe" +wine64 "$SCR_PATH/prefix/drive_c/users/$USER/PhotoshopSE/Photoshop.exe"