Skip to content

Commit

Permalink
update entry-hw in bower
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorkim committed Sep 26, 2017
1 parent b436bc2 commit e4e815b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"node"
],
"dependencies": {
"entry-hw": "https://github.com/entrylabs/entry-hw.git#master",
"literallycanvas": "https://github.com/entrylabs/literallycanvas.git#master",
"socket.io-client": "~1.4.5",
"react": "~15.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main/ChildWindowManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class ChildWindowManager {
this.hardwareWindow.setMenu(null);
this.hardwareWindow.setMenuBarVisibility(false);
console.log(path.join(__dirname, 'entry-hw', 'app', 'index.html'));
this.hardwareWindow.loadURL('file:///' + path.join(__dirname, '..', 'entry-hw', 'app', 'index.html'));
this.hardwareWindow.loadURL('file:///' + path.join(__dirname, '..', 'renderer', 'bower_components', 'entry-hw', 'app', 'index.html'));
this.hardwareWindow.on('closed', ()=> {
this.hardwareWindow = null;
});
Expand Down

0 comments on commit e4e815b

Please sign in to comment.