fix(release): resolve build failures for v0.6.3

Fix Android Capacitor compatibility by downgrading tar to 6.2.1. Add Windows-specific icon file for Squirrel installer. Update electron-forge to 7.8.0 and change DMG format to ULFO for macOS Sequoia compatibility. Add retry logic for transient SSL errors on Mac Intel runners.
This commit is contained in:
plebeius
2026-01-30 15:26:17 +08:00
parent 50ee10cbc9
commit 01bda3bffb
4 changed files with 14 additions and 9 deletions
+6 -6
View File
@@ -114,11 +114,11 @@
"cz-conventional-changelog": "3.3.0",
"decompress": "4.2.1",
"electron": "36.9.5",
"@electron-forge/cli": "7.6.0",
"@electron-forge/maker-dmg": "7.6.0",
"@electron-forge/maker-squirrel": "7.6.0",
"@electron-forge/maker-zip": "7.6.0",
"@electron-forge/plugin-auto-unpack-natives": "7.6.0",
"@electron-forge/cli": "7.8.0",
"@electron-forge/maker-dmg": "7.8.0",
"@electron-forge/maker-squirrel": "7.8.0",
"@electron-forge/maker-zip": "7.8.0",
"@electron-forge/plugin-auto-unpack-natives": "7.8.0",
"@reforged/maker-appimage": "5.1.1",
"husky": "4.3.8",
"isomorphic-fetch": "3.0.0",
@@ -157,7 +157,7 @@
"diff": "^8.0.3",
"lodash": "4.17.23",
"seroval": "1.4.1",
"tar": "7.5.4"
"tar": "6.2.1"
},
"main": "electron/main.js",
"lint-staged": {