Skip to content

Commit 38e4927

Browse files
authored
Merge pull request #42 from electron/forge
Make example using electron-forge for consistency 🎉
2 parents a56cf50 + b0f2144 commit 38e4927

File tree

5 files changed

+1462
-1024
lines changed

5 files changed

+1462
-1024
lines changed

Diff for: README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,14 @@ On Darwin:
9696

9797
```bash
9898
$ npm run build
99-
$ ./dist/mac/hyper.app/Contents/MacOS/hyper
99+
$ ./out/test-darwin-x64/test.app/Contents/MacOS/test
100100
```
101101

102102
On Windows:
103103

104104
```bash
105-
$ npm install --save 7zip-bin-win app-builder-bin-win electron-builder-squirrel-windows
106105
$ npm run build
107-
$ "example\dist\squirrel-windows\hyper Setup 0.0.0.exe"
106+
$ "example\out\make\squirrel.windows\x64\test-0.0.0 Setup.exe"
108107
```
109108

110109
[update-electron-app API]: https://github.com/electron/update-electron-app#api

Diff for: example/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
out
2+
node_modules

0 commit comments

Comments
 (0)