Commit 93c19cd
committed
🔧 fix: set static output directory in
Changed the output directory in `electron-builder.json5` from a dynamic version-based path to a static one (`release/0.0.7`). This adjustment addresses a specific issue with Windows NSIS packaging, ensuring consistent and successful builds across different platforms. The manual specification of the output directory helps avoid potential conflicts or errors during the build process, particularly in the Windows environment.electron-builder.json5 for Windows compatibility1 parent 6439d67 commit 93c19cd
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments