Folo/apps/desktop/layer/main
DIYgod 341fd63bf5
fix(desktop): microsoft store build check
- Introduce MICROSOFT_STORE_BUILD constant to determine if the app is running from the Microsoft Store
- Update appUpdaterConfig to conditionally enable core updates based on the new constant
- Modify header creation logic to use MICROSOFT_STORE_BUILD for Windows platform detection

This change enhances the application's compatibility with Microsoft Store by ensuring proper update handling and header configuration.
2025-07-16 18:11:36 +08:00
..
preload Revert "fix(desktop): electron mas" 2025-07-01 16:50:47 +08:00
src fix(desktop): microsoft store build check 2025-07-16 18:11:36 +08:00
export.ts feat: implement application lifecycle and window management 2025-06-19 23:46:36 +08:00
global.d.ts
package.json fix: replace slugify with sanitizeFileName for file name processing (#4152) 2025-07-13 13:29:52 +08:00
tsconfig.json refactor: replace tipc to ipcServices (#3863) 2025-06-03 23:12:48 +08:00
vitest.config.ts