mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +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 |
||
|---|---|---|
| .. | ||
| get-backup-timestamp.ts | ||
| ipc-events.const.ts | ||
| lazy-set-interval.ts | ||
| local-rest-api.model.ts | ||
| mime-type-mapping.const.ts | ||
| simple-store.const.ts | ||