feat: i18n control, Gitea auto-update CI, license-gated updater, fixes

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-05-11 22:20:14 +08:00
parent 36776f4c5d
commit f462e65581
23 changed files with 2049 additions and 440 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ async function buildNodeTargets() {
bundle: true,
minify: isProd,
sourcemap: !isProd,
external: ['electron', 'sharp', 'ffmpeg-static'],
external: ['electron', 'electron-updater', 'sharp', 'ffmpeg-static'],
define,
drop: isProd ? ['console', 'debugger'] : [],
};