GUI: Adjust AppleScript prompt

This commit is contained in:
Mykola Grymalyuk
2023-05-17 13:54:12 -06:00
parent 2f6666edfb
commit 28f10824fd

View File

@@ -57,7 +57,7 @@ class InstallerCreation():
try: try:
applescript.AppleScript( applescript.AppleScript(
f'''do shell script "installer -pkg {Path(download_path)}/InstallAssistant.pkg -target /"''' f'''do shell script "installer -pkg {Path(download_path)}/InstallAssistant.pkg -target /"'''
' with prompt "OpenCore Legacy Patcher needs administrator privileges to add InstallAssistant."' ' with prompt "OpenCore Legacy Patcher needs administrator privileges to extract the installer."'
" with administrator privileges" " with administrator privileges"
" without altering line endings", " without altering line endings",
).run() ).run()