Skip to content

Commit bb2087f

Browse files
committed
macOS 10.13.6 requires more steps to st the icon
NOTE: macOS 10.14 requires the program “osascript” to be allowed in “Preferences / Security & Privacy / Accessibility”
1 parent 36686c6 commit bb2087f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/com/inet/gradle/setup/dmg/template/package.applescript.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ tell application "Preview"
88
end tell
99
tell application "System Events"
1010
tell process "Preview"
11+
keystroke tab
12+
delay 1
13+
keystroke "a" using command down
14+
delay 1
1115
keystroke "c" using command down
1216
end tell
1317
end tell

0 commit comments

Comments
 (0)