diff options
author | saturneric <[email protected]> | 2023-10-15 07:36:37 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-15 07:36:37 +0000 |
commit | 0378dbdccc758ded7af1ca1bcf1144d8f656e82b (patch) | |
tree | a07b2611d763c2c8f8d71cb8bd5da59daba0ff51 | |
parent | fix: remove libconfig from source to build it seperately (diff) | |
download | GpgFrontend-0378dbdccc758ded7af1ca1bcf1144d8f656e82b.tar.gz GpgFrontend-0378dbdccc758ded7af1ca1bcf1144d8f656e82b.zip |
fix: solve desktop dock icon issues
-rw-r--r-- | resource/desktop/com.bktus.gpgfrontend.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resource/desktop/com.bktus.gpgfrontend.desktop b/resource/desktop/com.bktus.gpgfrontend.desktop index cc828291..75d10475 100644 --- a/resource/desktop/com.bktus.gpgfrontend.desktop +++ b/resource/desktop/com.bktus.gpgfrontend.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application Name=GpgFrontend -Exec=/usr/bin/GpgFrontend +Exec=GpgFrontend Icon=com.bktus.gpgfrontend Comment=An OpenPGP Crypto Tool Terminal=false |