tech(build): semicölöns

This commit is contained in:
bergquist 2016-10-17 15:19:00 +02:00
parent 75a1ff1037
commit 97008f90c4

View File

@ -13,9 +13,9 @@ module.exports = function (grunt) {
};
if (grunt.option('arch')) {
config.arch = grunt.option('arch')
config.arch = grunt.option('arch');
} else {
config.arch = os.arch()
config.arch = os.arch();
if (process.platform.match(/^win/)) {
config.arch = process.env.hasOwnProperty('ProgramFiles(x86)') ? 'x64' : 'x86';