Skip to content

Commit

Permalink
try build with client index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpyle committed Apr 14, 2024
1 parent 8d0e4bc commit 0906abd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sltt-app",
"version": "1.0.10",
"version": "1.0.11",
"description": "Installable SLTT app (Sign Language Translation Tool)",
"main": "./out/main/index.js",
"author": "sltt-bible.net",
Expand Down
3 changes: 2 additions & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ function createWindow(): void {
if (is.dev) {
mainWindow.loadURL('http://localhost:3000/')
} else {
mainWindow.loadURL('https://sltt-bible.net')
// mainWindow.loadURL('https://sltt-bible.net')
mainWindow.loadFile(join(__dirname, '../client/index.html'))
}
}

Expand Down

0 comments on commit 0906abd

Please sign in to comment.