Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 8feb975

Browse files
Merge pull request #163 from igorjacauna/master
2 parents 1292232 + 6202d3e commit 8feb975

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"electron-ipc-proxy": "^2.1.0",
1818
"electron-window-state": "^5.0.3",
1919
"lodash-es": "^4.17.21",
20+
"tailwindcss": "^2.1.2",
2021
"vue": "^3.0.11"
2122
},
2223
"devDependencies": {
@@ -28,7 +29,6 @@
2829
"electron-reloader": "^1.2.1",
2930
"npm-run-all": "^4.1.5",
3031
"postcss": "^8.2.13",
31-
"tailwindcss": "^2.1.2",
3232
"vite": "^2.2.4"
3333
},
3434
"peerDependencies": {

src/main/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function createMainWindow() {
5454
if (isDev) {
5555
loadVitePage(port)
5656
} else {
57-
mainWindow.loadFile('dist/index.html')
57+
mainWindow.loadFile(`${__dirname}/../renderer/dist/index.html`)
5858
}
5959

6060
// if main window is ready to show, then destroy the splash window and show up the main window

0 commit comments

Comments
 (0)