Warning, /graphics/krita/packaging/macos/default.style is written in an unsupported language. File is not indexed.

0001 tell application "Finder"
0002     tell disk "%s"
0003         open
0004         set current view of container window to icon view
0005         set toolbar visible of container window to false
0006         set statusbar visible of container window to false
0007         set the bounds of container window to {539, 238, 1331, 652}
0008         set theViewOptions to the icon view options of container window
0009         set arrangement of theViewOptions to not arranged
0010         set icon size of theViewOptions to 72
0011         set background picture of theViewOptions to file ".background:%s"
0012         set position of item "krita.app" of container window to {606, 85}
0013         set position of item "Applications" of container window to {606, 241}
0014         set position of item "Terms of Use" of container window to {718, 85}
0015         update without registering applications
0016         delay 1
0017         close
0018     end tell
0019 end tell