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 a7d1029e5c
commit 97b104cf9d
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/