Commit 843124f
committed
🔥 chore: remove Menu import from 'electron' in main.ts and update build script in package.json
🔖 version: bump package version from 0.0.6 to 0.0.7
In `electron/main.ts`, the `Menu` import from the `electron` package was removed, streamlining the import statement by eliminating an unused component. This change contributes to better code maintainability and performance. In `package.json`, the version was incremented from 0.0.6 to 0.0.7, reflecting the ongoing development and updates made to the application. The build script was also updated to include flags for multiple platforms (`-mwl`), enhancing the build process's versatility and ensuring compatibility across various operating systems.1 parent 93c19cd commit 843124f
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments