fix: use correct Exec path in desktop file - was Exec=ATK should be Exec=/opt/atk/ATK
This commit is contained in:
parent
40950c9764
commit
9d469dc9cf
2 changed files with 14 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
run: |
|
||||
mkdir -p build
|
||||
cp assets/appicon.png build/appicon.png
|
||||
printf '[Desktop Entry]\nType=Application\nName=ATK\nGenericName=Android Toolkit\nComment=All-in-one ADB GUI for Android power users and bug hunters\nExec=ATK\nIcon=atk\nCategories=Development;Utility;\nTerminal=false\nStartupWMClass=ATK\n' > build/atk.desktop
|
||||
cp assets/atk.desktop build/atk.desktop
|
||||
- name: Build .deb
|
||||
run: |
|
||||
nfpm pkg --packager deb --target build/
|
||||
|
|
|
|||
13
assets/atk.desktop
Normal file
13
assets/atk.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