fix: add separate desktop files for deb and AppImage

This commit is contained in:
jegly 2026-03-27 16:50:34 +11:00
commit 76fbccc9c4
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=ATK
GenericName=Android Toolkit
Comment=All-in-one ADB GUI for Android power users and bug hunters
Exec=ATK
Icon=atk
Categories=Utility;
Terminal=false
StartupWMClass=ATK
Keywords=android;adb;fastboot;debloat;logcat;flash;
StartupNotify=true

13
assets/atk-deb.desktop Normal file
View file

@ -0,0 +1,13 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=ATK
GenericName=Android Toolkit
Comment=All-in-one ADB GUI for Android power users and bug hunters
Exec=/opt/atk/ATK
Icon=atk
Categories=Utility;
Terminal=false
StartupWMClass=ATK
Keywords=android;adb;fastboot;debloat;logcat;flash;
StartupNotify=true