Skip to content

Commit

Permalink
Merge pull request #58436 from headmelted/master
Browse files Browse the repository at this point in the history
Adding electron ARM and ARM64 tasks for cross-compiling
  • Loading branch information
joaomoreno authored Sep 11, 2018
2 parents 0301c96 + 1453ad4 commit 25832c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/gulpfile.vscode.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ gulp.task('clean-electron', util.rimraf('.build/electron'));
gulp.task('electron', ['clean-electron'], getElectron(process.arch));
gulp.task('electron-ia32', ['clean-electron'], getElectron('ia32'));
gulp.task('electron-x64', ['clean-electron'], getElectron('x64'));
gulp.task('electron-arm', ['clean-electron'], getElectron('arm'));
gulp.task('electron-arm64', ['clean-electron'], getElectron('arm64'));


/**
Expand Down

0 comments on commit 25832c1

Please sign in to comment.