mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 11:00:16 +10:00
GUI: Adjust AppleScript prompt
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user