Skip to content

Commit 09efa07

Browse files
authored
Change updater import from checkupdate.js to system.js
1 parent 3023ecd commit 09efa07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function runUpdater() {
2828
}
2929

3030
try {
31-
const updaterPath = new URL('./lib/checkupdate.js', import.meta.url)
31+
const updaterPath = new URL('./lib/system.js', import.meta.url)
3232
const { default: checkUpdate } = await import(updaterPath)
3333
await checkUpdate()
3434
} catch (e) {

0 commit comments

Comments
 (0)