From 28f10824fd38e4ce47080b379fc4ea61bfc80d2f Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Wed, 17 May 2023 13:54:12 -0600 Subject: [PATCH] GUI: Adjust AppleScript prompt --- resources/macos_installer_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/macos_installer_handler.py b/resources/macos_installer_handler.py index 00743f866..83a895993 100644 --- a/resources/macos_installer_handler.py +++ b/resources/macos_installer_handler.py @@ -57,7 +57,7 @@ class InstallerCreation(): try: applescript.AppleScript( 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" " without altering line endings", ).run()