Skip to content

Commit

Permalink
Unique icon name. Fixes #518.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfoad committed Feb 12, 2019
1 parent c9702d4 commit 8bb64a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packagescripts/linux/packageLinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if [ -d /usr/share/applications ] ; then
Version=1.0
Type=Application
Exec=/usr/bin/ride-${BASE_VERSION}
Icon=ride
Icon=ride${BASE_VERSION_ND}
Terminal=false
Name=Ride-${BASE_VERSION}
Comment=Remote IDE for Dyalog APL
Expand Down Expand Up @@ -233,7 +233,7 @@ for CPUTYPE in x64 armv7l ; do
find "${SBOXDIR}" -type f "(" -name ".*" -o -name "*.c" ")"| xargs rm # for rpmlint

mkdir -p ${SBOXDIR}/usr/share/icons/hicolor/scalable/apps
cp "$ICON" ${SBOXDIR}/usr/share/icons/hicolor/scalable/apps/ride.svg
cp "$ICON" ${SBOXDIR}/usr/share/icons/hicolor/scalable/apps/ride${BASE_VERSION_ND}.svg

if [ $CPUTYPE = armv7l ] ; then
sed "s/EXECUTABLE/Ride-${BASE_VERSION}/" < packagescripts/linux/launcher > "${SBOXDIR}/opt/ride-${BASE_VERSION}/launcher"
Expand Down

0 comments on commit 8bb64a2

Please sign in to comment.