add a packaging command for darwin, ignore results

This commit is contained in:
Stephen Birarda 2015-12-02 13:57:02 -08:00
parent 1ac40e4e89
commit f3dd97cf6b
2 changed files with 3 additions and 1 deletions

1
console/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
Console-darwin-x64/

View file

@ -17,6 +17,7 @@
},
"main": "main.js",
"scripts": {
"start": "electron ."
"start": "electron .",
"package-darwin": "electron-packager . Console --platform=darwin --arch=x64 --version=0.35.2"
}
}