Skip to content

Commit 8ec5936

Browse files
committed
Fix typo
1 parent 50707bc commit 8ec5936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const server = http.createServer((req, res) => {
3434
: `./${
3535
url.parse(
3636
path.join(
37-
electron.app.isPackaged ? "resource/app/dist" : "dist",
37+
electron.app.isPackaged ? "resources/app/dist" : "dist",
3838
req.url
3939
)
4040
).pathname

0 commit comments

Comments
 (0)