diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/app/share.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/share.go b/internal/app/share.go index 3ee17948..f2fa7600 100644 --- a/internal/app/share.go +++ b/internal/app/share.go @@ -170,7 +170,7 @@ func (seal *appSeal) setupShares(bus [2]*dbus.Config, os linux.System) error { appID := seal.fid if appID == "" { // use instance ID in case app id is not set - appID = "moe.ophivana.fortify." + seal.id + appID = "uk.gensokyo.fortify." + seal.id } seal.sys.Wayland(wt, wp, appID, seal.id) seal.sys.bwrap.Bind(wt, w) |
