We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc4575 commit 430aeccCopy full SHA for 430aecc
2 files changed
native/eqMac.pkgproj
@@ -571,7 +571,7 @@
571
<key>RELOCATABLE</key>
572
<false/>
573
<key>USE_HFS+_COMPRESSION</key>
574
- <false/>
+ <true/>
575
<key>VERSION</key>
576
<string>1.0</string>
577
</dict>
native/pkg/postinstall.sh
@@ -25,6 +25,8 @@ if [ "$CURRENT_DRIVER_VERSION" != "$NEEDED_DRIVER_VERSION" ]; then
25
EOT
26
then
27
echo "RESTART"
28
+ open /Applications/eqMac.app
29
+
30
osascript <<EOT
31
ignoring application responses
32
tell application "System Events" to restart
@@ -64,6 +66,8 @@ EOT
64
66
fi
65
67
done
68
echo "Device became active"
69
70
71
72
73
0 commit comments