diff options
author | Ed Beroset <beroset@ieee.org> | 2022-05-21 14:27:44 -0400 |
---|---|---|
committer | MagneFire <dgriet@gmail.com> | 2022-05-22 22:43:10 +0200 |
commit | 4455b8a54126750da5cdb1e9eb7da8869835e700 (patch) | |
tree | e529d756684193f01fdabc2cd337bf84e9b3216d | |
parent | fe0e51171139c1b6577b4b47cc59ef4d113d435b (diff) |
Remove generated desktop file
The build process will generate the asteroid-helloworld.desktop file so
we don't need to store it in the repository.
-rw-r--r-- | asteroid-helloworld.desktop | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/asteroid-helloworld.desktop b/asteroid-helloworld.desktop deleted file mode 100644 index f93484e..0000000 --- a/asteroid-helloworld.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[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 |