Sync latest TrueGrowth updates
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user