Skip to content

Commit

Permalink
fix .desktop with custom path
Browse files Browse the repository at this point in the history
  • Loading branch information
cunidev committed May 5, 2018
1 parent 3526032 commit 8737c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
fi

cp ./build/gestures $INSTALL/gestures
sed -e 's~/usr/bin~$INSTALL~g' -i ./build/org.cunidev.gestures.desktop
sed -e 's|/usr/bin|'$INSTALL'|g' -i ./build/org.cunidev.gestures.desktop
cp ./build/org.cunidev.gestures.desktop /usr/share/applications/
cp ./data/org.cunidev.gestures.svg /usr/share/icons/hicolor/scalable/apps

Expand Down

0 comments on commit 8737c30

Please sign in to comment.