Installer AppleScript finally reinvokes the app correctly.

This commit is contained in:
Adam Ierymenko 2014-01-10 21:26:50 -08:00
parent 14d144ea22
commit 9e508779c2
3 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<key>positionOfDivider</key>
<real>333</real>
<key>savedFrame</key>
<string>180 90 602 597 0 0 1280 778 </string>
<string>350 166 602 597 0 0 1920 1058 </string>
<key>selectedTabView</key>
<string>event log</string>
</dict>

View File

@ -35,6 +35,8 @@ if [ ! -e "$secret" ]; then
exit 1
fi
rm -f *.nfo
for inst in `ls ZeroTierOneInstaller-*-*-*_*_*`; do
echo "Found installer: $inst"
nfo="$inst.nfo"