Skip to content

Commit

Permalink
Merge pull request #42 from electron/forge
Browse files Browse the repository at this point in the history
Make example using electron-forge for consistency 🎉
  • Loading branch information
juliangruber authored Apr 30, 2018
2 parents a56cf50 + b0f2144 commit 38e4927
Show file tree
Hide file tree
Showing 5 changed files with 1,462 additions and 1,024 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,14 @@ On Darwin:

```bash
$ npm run build
$ ./dist/mac/hyper.app/Contents/MacOS/hyper
$ ./out/test-darwin-x64/test.app/Contents/MacOS/test
```

On Windows:

```bash
$ npm install --save 7zip-bin-win app-builder-bin-win electron-builder-squirrel-windows
$ npm run build
$ "example\dist\squirrel-windows\hyper Setup 0.0.0.exe"
$ "example\out\make\squirrel.windows\x64\test-0.0.0 Setup.exe"
```

[update-electron-app API]: https://github.com/electron/update-electron-app#api
Expand Down
2 changes: 2 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
out
node_modules
Loading

0 comments on commit 38e4927

Please sign in to comment.