Skip to content

Commit

Permalink
Update electron to v4.0.4 in packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyadan committed Feb 13, 2019
1 parent 8cc4594 commit d09a334
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
PACKAGER = electron-packager
#PACKAGER = ./node_modules/electron-packager/cli.js

run:
electron --debug=5858 .

Expand All @@ -7,13 +10,14 @@ init:

build: clean
./node_modules/license-checker/bin/license-checker --production --relativeLicensePath > THIRD-PARTY-LICENSES.md
electron-packager . konata \
$(PACKAGER) . konata \
--out=packaging-work \
--platform=darwin,win32,linux \
--arch=x64 \
--electron-version=3.0.6 \
--electron-version=4.0.4 \
--ignore work \
--ignore packaging-work \
--ignore .vscode \
--prune=true # Exclude devDependencies

DOCUMENTS = README.md LICENSE.md THIRD-PARTY-LICENSES.md
Expand Down

0 comments on commit d09a334

Please sign in to comment.