Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Apr 26, 2019
1 parent 31911aa commit 7fa1a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "beakerbrowser",
"devDependencies": {
"browserify": "^13.0.1",
"electron": "5.0.0-beta.6",
"electron": "5.0.0",
"electron-builder": "~20.38.5",
"eslint": "^4.5.0",
"eslint-plugin-import": "^2.7.0",
Expand Down
4 changes: 2 additions & 2 deletions tasks/rebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var gulp = require('gulp')
var path = require('path')
var run = require('./util-run')

//(cd app && npm rebuild --runtime=electron --target=5.0.0-beta.6 --disturl=https://atom.io/download/atom-shell --build-from-source); gulp build
//(cd app && npm rebuild --runtime=electron --target=5.0.0 --disturl=https://atom.io/download/atom-shell --build-from-source); gulp build

gulp.task('rebuild', gulp.series(function () {
// TODO read electron version
Expand All @@ -17,7 +17,7 @@ gulp.task('rebuild', gulp.series(function () {
LDFLAGS: '-mmacosx-version-min=10.10'
}
}
run(`npm rebuild --runtime=electron --target=5.0.0-beta.6 --disturl=https://atom.io/download/atom-shell --build-from-source`, {cwd, env, shell: true}, function () {
run(`npm rebuild --runtime=electron --target=5.0.0 --disturl=https://atom.io/download/atom-shell --build-from-source`, {cwd, env, shell: true}, function () {
run(`npm run build`, {shell: true}, function () {
resolve()
})
Expand Down

0 comments on commit 7fa1a0a

Please sign in to comment.