Skip to content

Commit 430aecc

Browse files
committed
changes
1 parent 7cc4575 commit 430aecc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

native/eqMac.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
<key>RELOCATABLE</key>
572572
<false/>
573573
<key>USE_HFS+_COMPRESSION</key>
574-
<false/>
574+
<true/>
575575
<key>VERSION</key>
576576
<string>1.0</string>
577577
</dict>

native/pkg/postinstall.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ if [ "$CURRENT_DRIVER_VERSION" != "$NEEDED_DRIVER_VERSION" ]; then
2525
EOT
2626
then
2727
echo "RESTART"
28+
open /Applications/eqMac.app
29+
2830
osascript <<EOT
2931
ignoring application responses
3032
tell application "System Events" to restart
@@ -64,6 +66,8 @@ EOT
6466
fi
6567
done
6668
echo "Device became active"
69+
70+
open /Applications/eqMac.app
6771
fi
6872
fi
6973

0 commit comments

Comments
 (0)