mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
electron/backup.ts imported getBackupTimestamp from src/app/util/, which tsc compiled alongside the source. electron-builder only packages electron/** and the Angular renderer bundle, so the compiled util was missing from app.asar and the main process crashed on launch with "Cannot find module '../src/app/util/get-backup-timestamp'". Moved the util to electron/shared-with-frontend/ (existing convention for code shared between main and renderer), updated all importers. Fixes #7270 Refs #7315, #7323, #7265, #7320 |
||
|---|---|---|
| .. | ||
| legacy-data-migration.spec.ts | ||
| pre-migration-dialog.spec.ts | ||