fix: add separate desktop files for deb and AppImage
This commit is contained in:
parent
937641f346
commit
76fbccc9c4
2 changed files with 26 additions and 0 deletions
13
assets/atk-appimage.desktop
Normal file
13
assets/atk-appimage.desktop
Normal 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
13
assets/atk-deb.desktop
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue