Set source-type for launcher dir

This commit is contained in:
Ken VanDine
2024-12-29 16:05:52 -05:00
committed by Mitchell Hashimoto
parent 818c81282b
commit 2b2b3c5b3b
2 changed files with 8 additions and 1 deletions

6
snap/local/launcher Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
export XDG_CONFIG_HOME="$SNAP_REAL_HOME/.config"
export XDG_DATA_HOME="$SNAP_REAL_HOME/.local/share"
exec "$@"

View File

@ -29,7 +29,8 @@ apps:
parts: parts:
launcher: launcher:
plugin: dump plugin: dump
source: snap/local/ source: snap/local
source-type: local
organize: organize:
launcher: bin/ launcher: bin/