diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-06-26 04:01:02 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-06-26 04:01:02 +0900 |
| commit | 972f4006f0951f7abd92cb95f6dc9724860e556b (patch) | |
| tree | a0ee5e4e98062fe6f41a6670b905c9df850b7be4 /internal/app | |
| parent | 9a8a0479084913f1b835e65e5e9f900e4cd9dbf7 (diff) | |
treewide: switch to hakurei.app
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app')
| -rw-r--r-- | internal/app/internal/setuid/seal.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/internal/setuid/seal.go b/internal/app/internal/setuid/seal.go index 51ff16a6..69b242a8 100644 --- a/internal/app/internal/setuid/seal.go +++ b/internal/app/internal/setuid/seal.go @@ -393,7 +393,7 @@ func (seal *outcome) finalise(ctx context.Context, sys sys.State, config *hst.Co appID := config.ID if appID == "" { // use instance ID in case app id is not set - appID = "uk.gensokyo.hakurei." + seal.id.String() + appID = "app.hakurei." + seal.id.String() } // downstream socket paths outerPath := path.Join(share.instance(), "wayland") |
