Skip to content

Commit

Permalink
Configured electron-builder for app release
Browse files Browse the repository at this point in the history
  • Loading branch information
akshitkrnagpal authored and saghul committed Jul 5, 2018
1 parent d47c142 commit 921b7f6
Show file tree
Hide file tree
Showing 17 changed files with 1,293 additions and 813 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ Jitsi Meet*
# remaining JavaScript source code.
!.eslintrc.js

build/
build/
dist/
6 changes: 3 additions & 3 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[ignore]
.*/node_modules/@atlaskit/.*/*.js.flow
.*/build/.*
.*/node_modules/electron-packager/test/fixtures/infer-malformed-json/.*
<PROJECT_ROOT>/node_modules/@atlaskit/.*/*.js.flow
<PROJECT_ROOT>/build/.*
<PROJECT_ROOT>/dist/.*

[include]

Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.*.tmp
.remote-sync.json
.sync-config.cson
.electron
.electron-gyp
.npmrc
.idea
Expand All @@ -15,6 +16,5 @@
node_modules/
npm-debug.log

Jitsi Meet*

build/
dist/
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ function createJitsiMeetWindow() {
y: jitsiMeetWindowState.y,
width: jitsiMeetWindowState.width,
height: jitsiMeetWindowState.height,
icon: path.resolve(basePath, './resources/icons/icon_512x512.png'),
minWidth: 800,
minHeight: 600,
show: false,
Expand Down
Loading

0 comments on commit 921b7f6

Please sign in to comment.