Skip to content

Commit

Permalink
Fix invalid filename
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Dec 17, 2024
1 parent acbc697 commit f8b0b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main-process/appWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class AppWindow {
x: storedX,
y: storedY,
webPreferences: {
preload: path.join(__dirname, '../build/preload.mjs'),
preload: path.join(__dirname, '../build/preload.cjs'),
nodeIntegration: true,
contextIsolation: true,
webviewTag: true,
Expand Down

0 comments on commit f8b0b99

Please sign in to comment.