1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-22 22:32:17 +03:00
This commit is contained in:
nodeful 2020-10-03 12:08:41 +03:00
parent 7cc4575bb4
commit 430aecc67a
2 changed files with 5 additions and 1 deletions

View File

@ -571,7 +571,7 @@
<key>RELOCATABLE</key>
<false/>
<key>USE_HFS+_COMPRESSION</key>
<false/>
<true/>
<key>VERSION</key>
<string>1.0</string>
</dict>

View File

@ -25,6 +25,8 @@ if [ "$CURRENT_DRIVER_VERSION" != "$NEEDED_DRIVER_VERSION" ]; then
EOT
then
echo "RESTART"
open /Applications/eqMac.app
osascript <<EOT
ignoring application responses
tell application "System Events" to restart
@ -64,6 +66,8 @@ EOT
fi
done
echo "Device became active"
open /Applications/eqMac.app
fi
fi