修复 Terracotta 和部分 MacOS 版本的兼容性 (#4619)
This commit is contained in:
@@ -66,7 +66,7 @@ public final class MacOSProvider implements ITerracottaProvider {
|
|||||||
"osascript",
|
"osascript",
|
||||||
"-e",
|
"-e",
|
||||||
String.format(
|
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(),
|
installer.getPath(),
|
||||||
i18n("terracotta.sudo_installing")
|
i18n("terracotta.sudo_installing")
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user