修复 Terracotta 和部分 MacOS 版本的兼容性 (#4619)

This commit is contained in:
Burning_TNT
2025-10-07 23:07:53 +08:00
committed by GitHub
parent 08d7974e27
commit 7be00f2408

View File

@@ -66,7 +66,7 @@ public final class MacOSProvider implements ITerracottaProvider {
"osascript",
"-e",
String.format(
"do shell script \"installer -pkg %s -target /Applications\" with prompt \"%s\" with administrator privileges",
"do shell script \"installer -pkg %s -target /\" with prompt \"%s\" with administrator privileges",
installer.getPath(),
i18n("terracotta.sudo_installing")
)