diff --git a/packages/osx_dmg/dmg_set_style.applescript b/packages/osx_dmg/dmg_set_style.applescript index 8e01281b1..cc8420eff 100644 --- a/packages/osx_dmg/dmg_set_style.applescript +++ b/packages/osx_dmg/dmg_set_style.applescript @@ -11,7 +11,7 @@ disk image in which Inkscape is bundled on MacOS X tell application "Finder" - tell disk "Inkscape" + tell disk "@PKG_NAME@" open tell container window set current view to icon view @@ -38,4 +38,4 @@ tell application "Finder" --give the finder some time to write the .DS_Store file delay 7 -end tell \ No newline at end of file +end tell