1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-15 08:42:47 -04:00

system update: fix App ID of terminal mode

This commit is contained in:
bbedward
2026-05-14 13:33:02 -04:00
parent 9c4aa06664
commit e5cd9caba1
+1 -1
View File
@@ -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,