Set source-type for launcher dir
parent
818c81282b
commit
2b2b3c5b3b
|
|
@ -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 "$@"
|
||||
|
|
@ -29,7 +29,8 @@ apps:
|
|||
parts:
|
||||
launcher:
|
||||
plugin: dump
|
||||
source: snap/local/
|
||||
source: snap/local
|
||||
source-type: local
|
||||
organize:
|
||||
launcher: bin/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue