start.exe issue fixed wine64 added
This commit is contained in:
parent
d601c05106
commit
66e66caffc
|
@ -12,6 +12,7 @@ function main() {
|
||||||
|
|
||||||
#make sure wine and winetricks package is already installed
|
#make sure wine and winetricks package is already installed
|
||||||
package_installed wine
|
package_installed wine
|
||||||
|
package_installed wine64
|
||||||
package_installed md5sum
|
package_installed md5sum
|
||||||
package_installed winetricks
|
package_installed winetricks
|
||||||
|
|
||||||
|
@ -108,7 +109,7 @@ function install_photoshopSE() {
|
||||||
show_message "install photoshop..."
|
show_message "install photoshop..."
|
||||||
show_message "\033[1;33mPlease don't change default Destination Folder\e[0m"
|
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"
|
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"
|
rm "$WINE_PREFIX/drive_c/users/$USER/PhotoshopSE/Required/Plug-ins/Spaces/Adobe Spaces Helper.exe"
|
||||||
|
|
|
@ -15,4 +15,4 @@ WINE_PREFIX="$SCR_PATH/prefix"
|
||||||
|
|
||||||
export WINEPREFIX="$WINE_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"
|
||||||
|
|
Loading…
Reference in New Issue