Enable CI and packaged builds with Electron v3 (#2939)

* Update spectron to fix linux CI runs

* Point test-release grunt task at release folder

* Ensure that build folders of socks/smart-buffer are in build

* AppVeyor: windows build output folder is now release

* Travis: Force build output to release directory
This commit is contained in:
Scott Nonnenberg
2018-11-27 16:20:48 -08:00
committed by GitHub
parent 9f1f4bf441
commit 8add0ac8a1
6 changed files with 41 additions and 32 deletions

View File

@@ -350,7 +350,7 @@ module.exports = grunt => {
'test-release',
'Test packaged releases',
function thisNeeded() {
const dir = grunt.option('dir') || 'dist';
const dir = grunt.option('dir') || 'release';
const environment = grunt.option('env') || 'production';
const config = this.data;
const archive = [dir, config.archive].join('/');