summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/launcher.desktop11
-rw-r--r--package/package.pro7
2 files changed, 18 insertions, 0 deletions
diff --git a/package/launcher.desktop b/package/launcher.desktop
new file mode 100644
index 0000000..b68f5af
--- /dev/null
+++ b/package/launcher.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=Launcher
+Comment=Launcher
+GenericName=Launcher
+Exec=launcher
+Icon=launcher
+Terminal=true
+Type=Application
+Categories=System;
+StartupNotify=true
diff --git a/package/package.pro b/package/package.pro
new file mode 100644
index 0000000..ee4a698
--- /dev/null
+++ b/package/package.pro
@@ -0,0 +1,7 @@
+TEMPLATE = aux
+
+desktop.path = /usr/share/applications
+desktop.files = $$_PRO_FILE_PWD_/launcher.desktop
+desktop.CONFIG = no_check_exist
+
+INSTALLS += desktop