File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ on run (volumeName)
11
11
12
12
set theBottomRightX to (theXOrigin + theWidth)
13
13
set theBottomRightY to (theYOrigin + theHeight)
14
- set dsStore to "\"" & " / Volumes/ " & volumeName & "/ " & " .DS_STORE\""
14
+ set dsStore to "\"/ Volumes/ " & volumeName & "/ .DS_STORE\""
15
15
16
16
tell container window
17
17
set current view to icon view
@@ -30,10 +30,10 @@ on run (volumeName)
30
30
set background picture of opts to file ".background:background.png"
31
31
32
32
-- Positioning
33
- set position of item "${info . name }.app " to {${info . macConfig . iconX }, ${info . macConfig . iconY }}
33
+ set position of item "${info . appFile . name }" to {${info . macConfig . iconX }, ${info . macConfig . iconY }}
34
34
35
35
-- Hiding
36
- set the extension hidden of item "${info . name }.app " to true
36
+ set the extension hidden of item "${info . appFile . name }" to true
37
37
38
38
-- Application
39
39
set position of item "Applications" to {${info . macConfig . appsLinkIconX }, ${info . macConfig . appsLinkIconY }}
You can’t perform that action at this time.
0 commit comments