Skip to content

Commit

Permalink
error message modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Gictorbit committed Jan 2, 2021
1 parent ff6b254 commit 1eeb40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/PhotoshopSetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/sharedFuncs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1eeb40e

Please sign in to comment.