Skip to content

Commit

Permalink
AppImage: do not integrate into system
Browse files Browse the repository at this point in the history
This is recommended since we're a command line tool.
Fixes #4.
  • Loading branch information
v1993 committed Sep 10, 2023
1 parent eec133c commit b12eb01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ AppDir:
exec: usr/bin/evdevhook2
exec_args: $@

before_runtime: |
echo "X-AppImage-Integrate=false" >> "${TARGET_APPDIR}/org.v1993.evdevhook2.desktop"
apt:
arch:
- "{{APPIMAGE_APT_ARCH}}"
Expand Down

0 comments on commit b12eb01

Please sign in to comment.