Skip to content

Commit

Permalink
start.exe issue fixed wine64 added
Browse files Browse the repository at this point in the history
  • Loading branch information
Gictorbit committed Mar 29, 2021
1 parent d601c05 commit 66e66ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/PhotoshopSetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 66e66ca

Please sign in to comment.