From e5cd9caba15b49211a7594207c8a8fb0fc1bd3ca Mon Sep 17 00:00:00 2001 From: bbedward Date: Thu, 14 May 2026 13:33:02 -0400 Subject: [PATCH] system update: fix App ID of terminal mode --- core/internal/server/sysupdate/executor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/internal/server/sysupdate/executor.go b/core/internal/server/sysupdate/executor.go index 0453bd96..8d689190 100644 --- a/core/internal/server/sysupdate/executor.go +++ b/core/internal/server/sysupdate/executor.go @@ -120,7 +120,7 @@ func findTerminal(override string) string { } func wrapInTerminal(term, title, shellCmd string) []string { - const appID = "dms-sysupdate" + const appID = "com.danklinux.dms" banner := fmt.Sprintf( `printf '\033[1;36m=== %s ===\033[0m\n'; printf '\033[2m$ %s\033[0m\n'; printf '\033[33mYou may be prompted for your sudo password to apply system updates.\033[0m\n\n'`, title, shellCmd,