summaryrefslogtreecommitdiff
path: root/asteroid-helloworld.desktop.template
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2023-05-09 10:49:32 +0200
committerMagneFire <dgriet@gmail.com>2023-05-14 19:38:55 +0200
commitc206053240d39ba1ae3b045566274bde3b40ad3e (patch)
tree373213c31f893740f423fa26ffc8760ac991a7c1 /asteroid-helloworld.desktop.template
parente78b0968ae9ab48a815319b8f6d87ac0e9df95b7 (diff)
Move main library file to CMAKE_INSTALL_LIBDIR and add a launch script
Previously the main program file was installed to /usr/bin, mistakingly giving the impression it could be executed as is. However it isn't a binary but a library that gets executed through invoker. To prevent confusion move it to /usr/lib and add a launch script to /usr/bin instead which launches it through invoker
Diffstat (limited to 'asteroid-helloworld.desktop.template')
-rw-r--r--asteroid-helloworld.desktop.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/asteroid-helloworld.desktop.template b/asteroid-helloworld.desktop.template
index ffd1aed..7276d69 100644
--- a/asteroid-helloworld.desktop.template
+++ b/asteroid-helloworld.desktop.template
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Categories=Applications;
-Exec=invoker --single-instance --type=qtcomponents-qt5 /usr/bin/asteroid-helloworld
+Exec=asteroid-helloworld
Icon=ios-pulse-outline
X-Asteroid-Center-Color=#b04d1c
X-Asteroid-Outer-Color=#421c0a