Fix typo in mac installer generation script

This commit is contained in:
sfoslund 2021-09-20 08:50:15 -07:00
parent 2016fa8577
commit 41187bde64

View file

@ -78,7 +78,7 @@
<script>
<![CDATA[
function IsX64Machine() {
var machine = system.sysctl("hw.foo");
var machine = system.sysctl("hw.machine");
var cputype = system.sysctl("hw.cputype");
var cpu64 = system.sysctl("hw.cpu64bit_capable");
system.log("Machine type: " + machine);