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:
@@ -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('/');
|
||||
|
Reference in New Issue
Block a user