Skip to content

Commit

Permalink
Minor prod build bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manojVivek committed May 31, 2020
1 parent c88a7a8 commit 8ba1c80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion desktop-app/app/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default class MenuBuilder {
},
});

win.loadFile('./shortcuts.html');
win.loadURL(`file://${__dirname}/shortcuts.html`);

win.once('ready-to-show', () => {
win.show();
Expand Down
1 change: 1 addition & 0 deletions desktop-app/app/shortcuts.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<style>
body {
background-color: #1e1e1e;
color: white;
display: flex;
justify-content: space-between;
flex-direction: column;
Expand Down
1 change: 1 addition & 0 deletions desktop-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"app/dist/",
"resources/icons",
"app/app.html",
"app/shortcuts.html",
"app/main.prod.js",
"app/main.prod.js.map",
"package.json"
Expand Down

0 comments on commit 8ba1c80

Please sign in to comment.