Skip to content

Commit 8bb64a2

Browse files
committed
Unique icon name. Fixes #518.
1 parent c9702d4 commit 8bb64a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packagescripts/linux/packageLinux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if [ -d /usr/share/applications ] ; then
9292
Version=1.0
9393
Type=Application
9494
Exec=/usr/bin/ride-${BASE_VERSION}
95-
Icon=ride
95+
Icon=ride${BASE_VERSION_ND}
9696
Terminal=false
9797
Name=Ride-${BASE_VERSION}
9898
Comment=Remote IDE for Dyalog APL
@@ -233,7 +233,7 @@ for CPUTYPE in x64 armv7l ; do
233233
find "${SBOXDIR}" -type f "(" -name ".*" -o -name "*.c" ")"| xargs rm # for rpmlint
234234

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

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

0 commit comments

Comments
 (0)