Skip to content

Commit

Permalink
Build in a production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Oniyakun committed Apr 11, 2020
1 parent b69c0c5 commit 6b63b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function createWindow () {
win.loadFile('index.html')

//开发者工具
win.webContents.openDevTools()
//win.webContents.openDevTools()

//接收最小化事件
ipc.on('hide', e => win.minimize())
Expand Down

0 comments on commit 6b63b52

Please sign in to comment.