mirror of https://github.com/odrling/Aegisub
s/Inkscape/@PKG_NAME@/ which will be replaced using sed.
Originally committed to SVN as r2552.
This commit is contained in:
parent
691b85697e
commit
02252a440f
|
@ -11,7 +11,7 @@ disk image in which Inkscape is bundled on MacOS X
|
||||||
|
|
||||||
|
|
||||||
tell application "Finder"
|
tell application "Finder"
|
||||||
tell disk "Inkscape"
|
tell disk "@PKG_NAME@"
|
||||||
open
|
open
|
||||||
tell container window
|
tell container window
|
||||||
set current view to icon view
|
set current view to icon view
|
||||||
|
@ -38,4 +38,4 @@ tell application "Finder"
|
||||||
|
|
||||||
--give the finder some time to write the .DS_Store file
|
--give the finder some time to write the .DS_Store file
|
||||||
delay 7
|
delay 7
|
||||||
end tell
|
end tell
|
||||||
|
|
Loading…
Reference in New Issue