mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 17:22:30 +03:00
fix: updater issue
This commit is contained in:
parent
717dd93f37
commit
4444c3d1a6
@ -28,7 +28,8 @@ export const updateClient = async () => {
|
||||
export const registerUpdater = async () => {
|
||||
// require it will cause some side effects and will break generate-main-exposed-meta,
|
||||
// so we wrap it in a function
|
||||
const { autoUpdater } = await import('electron-updater');
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
const { autoUpdater } = require('electron-updater');
|
||||
|
||||
_autoUpdater = autoUpdater;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user