Commit 2ac07e0b by yzh

feat:修改打包文件

parent ff8a9757
node_modules node_modules
App-win32-x64
...@@ -13,7 +13,7 @@ function createWindow () { ...@@ -13,7 +13,7 @@ function createWindow () {
}) })
// and load the index.html of the app. // and load the index.html of the app.
mainWindow.loadFile('../dist/index.html') mainWindow.loadFile('./dist/index.html')
// Open the DevTools. // Open the DevTools.
// mainWindow.webContents.openDevTools() // mainWindow.webContents.openDevTools()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment