File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments