Skip to content
Snippets Groups Projects
Verified Commit 97e43f4f authored by JennaHuntsman's avatar JennaHuntsman Committed by Xenhat Hex
Browse files

Fix another oversight regarding desktop file names.

parent 12e78cb0
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -19,7 +19,7 @@ function install_desktop_entry() ...@@ -19,7 +19,7 @@ function install_desktop_entry()
{ {
local installation_prefix="${1}" 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 cat >"${desktoppath}" <<desktopfile || print "Warning: Could not write $desktoppath"s
[Desktop Entry] [Desktop Entry]
Version=1.4 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