Skip to content

Commit 9c70044

Browse files
committed
Allow last minute correction of DMG look
1 parent 114d4d3 commit 9c70044

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Scripts/CreateDMG.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ pushd "${mounteddmgfile}"
2828
echo Creating supporting files...
2929
ln -s "/Applications" .
3030
cp "${SRCROOT}/Scripts/Resources/DS_Store" .DS_Store
31+
32+
open .
33+
say -v Junior "Check the look in Finder and modify View / View options"
34+
sleep 2m
35+
say -v Junior "One minute left"
36+
sleep 1m
37+
3138
rm -rf .fseventsd
3239

3340
popd
2.48 KB
Loading

0 commit comments

Comments
 (0)