mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-08 19:54:16 +00:00
Installer AppleScript finally reinvokes the app correctly.
This commit is contained in:
parent
14d144ea22
commit
9e508779c2
@ -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>
|
||||
|
Binary file not shown.
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user