Skip to content

Commit 53a8c77

Browse files
committed
fix: underscript bundle path
1 parent a4d0ffc commit 53a8c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/electron.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function createWindow() {
1818

1919
// TODO: make a script manager, instead of using this thing
2020
win.webContents.session.setPreloads([
21-
path.resolve(app.getPath('userData'), 'underscript.bundle.js'),
21+
path.resolve(app.getPath('userData'), 'scripts', 'underscript.bundle.js'),
2222
]);
2323

2424
win.webContents.session.webRequest.onHeadersReceived((details, callback) => {

0 commit comments

Comments
 (0)