mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
Set source-type for launcher dir
This commit is contained in:

committed by
Mitchell Hashimoto

parent
818c81282b
commit
2b2b3c5b3b
6
snap/local/launcher
Executable file
6
snap/local/launcher
Executable 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 "$@"
|
@ -29,7 +29,8 @@ apps:
|
||||
parts:
|
||||
launcher:
|
||||
plugin: dump
|
||||
source: snap/local/
|
||||
source: snap/local
|
||||
source-type: local
|
||||
organize:
|
||||
launcher: bin/
|
||||
|
||||
|
Reference in New Issue
Block a user