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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue