diff --git a/scripts/PhotoshopSetup.sh b/scripts/PhotoshopSetup.sh index 518c749..261f0c3 100755 --- a/scripts/PhotoshopSetup.sh +++ b/scripts/PhotoshopSetup.sh @@ -22,7 +22,7 @@ function main() { #create new wine prefix for photoshop rmdir_if_exist $WINE_PREFIX - #export necessary variable for wine 3.4 + #export necessary variable for wine export_var #config wine prefix and install mono and gecko automatic diff --git a/scripts/sharedFuncs.sh b/scripts/sharedFuncs.sh index 0ee03ba..9bd9782 100755 --- a/scripts/sharedFuncs.sh +++ b/scripts/sharedFuncs.sh @@ -89,7 +89,7 @@ function launcher() { local entry_icon="../images/AdobePhotoshop-icon.png" local launch_icon="$launcher_dest/AdobePhotoshop-icon.png" - cp "$entry_icon" "$launcher_dest" + cp "$entry_icon" "$launcher_dest" || error "can't copy icon image" sed -i "s|photoshopicon|$launch_icon|g" "$desktop_entry_dest" || error "can't edit desktop entry" sed -i "s|photoshopicon|$launch_icon|g" "$launcher_dest/launcher.sh" || error "can't edit launcher script"