Commit e08a1c8
committed
feat: update release workflow with production environment variables
chore: modify forge configuration to include .vite in unpacked files
chore: update package-lock.json with new dependencies for electron-log and update-electron-app
chore: add publisher-github plugin to package.json and remove electron-updater
refactor: remove UpdateNotification component and related auto-updater context
refactor: clean up IPC context exposer by removing auto-updater context
chore: refactor main process to use update-electron-app for auto-updating
refactor: delete AutoUpdaterService and related auto-updater logic
fix: update ElectronAPI types to remove auto-updater methods and listeners
chore: exclude electron-updater from Vite renderer config1 parent f3bf025 commit e08a1c8
File tree
12 files changed
+321
-373
lines changed- .github/workflows
- src
- components
- helpers/ipc
- auto-updater
- services
12 files changed
+321
-373
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
46 | 53 | | |
47 | 54 | | |
48 | 55 | | |
| |||
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
54 | 64 | | |
55 | 65 | | |
56 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments