Skip to content

Commit f740611

Browse files
committed
update(screenshots): replace dashboard, marketplace, settings, and skills images; update preload script extension
1 parent 8077ac0 commit f740611

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

294 KB
Loading
363 KB
Loading
274 KB
Loading

docs/images/screenshots/skills.png

283 KB
Loading

src/electron-main/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function createMainWindow(): BrowserWindow {
142142
},
143143
}),
144144
webPreferences: {
145-
preload: join(__dirname, "../preload/index.js"),
145+
preload: join(__dirname, "../preload/index.mjs"),
146146
sandbox: false,
147147
contextIsolation: true,
148148
nodeIntegration: false,

0 commit comments

Comments
 (0)