diff options
author | miathedev <mia@strongforce.de> | 2021-02-06 11:50:04 +0100 |
---|---|---|
committer | miathedev <mia@strongforce.de> | 2021-02-06 11:50:04 +0100 |
commit | c9376fe816269b3592cb0f61be571e9aa77ed124 (patch) | |
tree | a115a80b2c60081cf7e3b0341569b7f8a33a2393 /asteroid-helloworld.desktop |
Init
Diffstat (limited to '')
-rw-r--r-- | asteroid-helloworld.desktop | 8 | ||||
-rw-r--r-- | asteroid-helloworld.desktop.template | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/asteroid-helloworld.desktop b/asteroid-helloworld.desktop new file mode 100644 index 0000000..f93484e --- /dev/null +++ b/asteroid-helloworld.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Categories=Applications; +Exec=invoker --single-instance --type=qtcomponents-qt5 /usr/bin/asteroid-helloworld +Icon=ios-pulse-outline +X-Asteroid-Center-Color=#b04d1c +X-Asteroid-Outer-Color=#421c0a +Name=Hello World App diff --git a/asteroid-helloworld.desktop.template b/asteroid-helloworld.desktop.template new file mode 100644 index 0000000..ffd1aed --- /dev/null +++ b/asteroid-helloworld.desktop.template @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Categories=Applications; +Exec=invoker --single-instance --type=qtcomponents-qt5 /usr/bin/asteroid-helloworld +Icon=ios-pulse-outline +X-Asteroid-Center-Color=#b04d1c +X-Asteroid-Outer-Color=#421c0a |