Skip to content

Commit

Permalink
bump squirrel, rename app-lib, update locks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorian committed Sep 12, 2018
1 parent a672e9b commit 6ac3b60
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 163 deletions.
2 changes: 1 addition & 1 deletion lib/electronApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import spawn from 'cross-spawn';
import semver from 'semver';
import uglify from 'terser';

import { getGypEnv } from 'electron-builder-lib/out/util/yarn';
import { getGypEnv } from 'app-builder-lib/out/util/yarn';

import Log from './log';
import ElectronAppScaffold from './electronAppScaffold';
Expand Down
4 changes: 2 additions & 2 deletions lib/electronBuilder.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// eslint-disable-next-line no-unused-vars
import regeneratorRuntime from 'regenerator-runtime/runtime';
import { build, Platform, createTargets } from 'electron-builder';
import { installOrRebuild } from 'electron-builder-lib/out/util/yarn';
import { createLazyProductionDeps } from 'electron-builder-lib/out/util/packageDependencies';
import { installOrRebuild } from 'app-builder-lib/out/util/yarn';
import { createLazyProductionDeps } from 'app-builder-lib/out/util/packageDependencies';
import shell from 'shelljs';
import path from 'path';
import fs from 'fs';
Expand Down
183 changes: 122 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"electron": "2.0.9",
"electron-builder": "20.28.4",
"app-builder-lib": "20.28.4",
"electron-builder-squirrel-windows": "20.23.0",
"electron-builder-squirrel-windows": "20.28.3",
"electron-packager": "12.1.0",
"install-local": "0.6.0",
"isbinaryfile": "3.0.2",
Expand Down
Loading

0 comments on commit 6ac3b60

Please sign in to comment.