Skip to content

Commit

Permalink
optimizing deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JosunLP committed Dec 13, 2021
1 parent f8a1a41 commit f6fdefc
Show file tree
Hide file tree
Showing 6 changed files with 1,809 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@ dist

# TernJS port file
.tern-port

tmp
2 changes: 1 addition & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var createWindow = function () {
});
win.loadFile('./static/index.html');
// Open the DevTools.
win.webContents.openDevTools({ mode: 'detach' });
// win.webContents.openDevTools({ mode: 'detach' })
};
electron_1.app.whenReady().then(function () {
createWindow();
Expand Down
2 changes: 1 addition & 1 deletion app/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const createWindow = () => {
win.loadFile('./static/index.html')

// Open the DevTools.
win.webContents.openDevTools({ mode: 'detach' })
// win.webContents.openDevTools({ mode: 'detach' })
}

app.whenReady().then(() => {
Expand Down
Loading

0 comments on commit f6fdefc

Please sign in to comment.