feat: add Windows .exe support

- Add @electron-forge/maker-squirrel for Windows installer
- Create .ico icon from existing PNG
- Fix compositor platform detection for win32
- Forge config now builds both .dmg (macOS) and .exe (Windows)
This commit is contained in:
2026-06-02 04:10:11 -05:00
parent e42a484ab0
commit e7520b28f9
5 changed files with 152 additions and 7 deletions
+1
View File
@@ -45,6 +45,7 @@
"devDependencies": {
"@electron-forge/cli": "^7.11.2",
"@electron-forge/maker-dmg": "^7.11.2",
"@electron-forge/maker-squirrel": "^7.11.2",
"@types/express": "^4.17.21",
"@types/file-saver": "^2.0.7",
"@types/multer": "^2.1.0",