add auto updater

This commit is contained in:
Vendicated
2024-07-04 19:22:26 +02:00
parent 021aca4089
commit 281885a87e
9 changed files with 43 additions and 165 deletions

View File

@@ -63,12 +63,6 @@ await Promise.all([
outfile: "dist/js/preload.js",
footer: { js: "//# sourceURL=VCDPreload" }
}),
createContext({
...NodeCommonOpts,
entryPoints: ["src/updater/preload.ts"],
outfile: "dist/js/updaterPreload.js",
footer: { js: "//# sourceURL=VCDUpdaterPreload" }
}),
createContext({
...CommonOpts,
globalName: "Vesktop",