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,