Fix typo in mac installer generation script
This commit is contained in:
parent
2016fa8577
commit
41187bde64
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue