mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 02:24:18 +00:00
use require
This commit is contained in:
parent
ffc317406f
commit
98c50c7a25
@ -2,7 +2,7 @@ import path from "node:path"
|
||||
|
||||
import { app, shell, BrowserWindow, ipcMain } from "electron"
|
||||
import { electronApp, optimizer, is } from "@electron-toolkit/utils"
|
||||
import { autoUpdater } from "electron-differential-updater"
|
||||
const { autoUpdater } = require("electron-differential-updater")
|
||||
|
||||
import open from "open"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user