Sync latest TrueGrowth updates
Some checks failed
CI / main (push) Has been cancelled
CI / release-e2e (push) Has been cancelled

This commit is contained in:
jiam
2026-07-08 02:03:18 +08:00
parent 52636c91ae
commit 5119ac0ef8
102 changed files with 20985 additions and 1760 deletions

View File

@@ -17,7 +17,7 @@ const sourceIcon = path.join(
const requiredWebFiles = [
path.join(workspaceRoot, 'dist/apps/web/index.html'),
];
const runtimeDependencies = ['croner', 'p-queue', 'xstate'];
const runtimeDependencies = ['croner', 'electron-updater', 'p-queue', 'xstate'];
function copyIfExists(from, to, options = {}) {
if (!fs.existsSync(from)) {