Skip to content
Snippets Groups Projects
Commit 86160c65 authored by JennaHuntsman's avatar JennaHuntsman
Browse files

Fix another oversight regarding desktop file names.

parent 5ae1af39
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ function install_desktop_entry()
{
local installation_prefix="${1}"
desktoppath="${installation_prefix}/${VIEWERNAME,,}-viewer.desktop"
desktoppath="${installation_prefix}/${VIEWERNAME,,}-${CHANNELNAME}-viewer.desktop"
cat >"${desktoppath}" <<desktopfile || print "Warning: Could not write $desktoppath"s
[Desktop Entry]
Version=1.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment