fix: update dependencies and config to fix conflicts for electron build

- Removed the `signDlls` option from the `electron-builder.yml` configuration.
- Updated `electron-store` to version 10.1.0 and `electron-builder` to version 26.0.12 in `package.json`. Ensuring compatibility and improved functionality.
This commit is contained in:
xKevIsDev
2025-07-22 23:26:55 +01:00
parent 8f173e37d6
commit c38752abf9
3 changed files with 3262 additions and 3179 deletions

View File

@@ -33,7 +33,6 @@ win:
icon: assets/icons/icon.ico
target:
- nsis
signDlls: false
artifactName: ${name}-${version}-${os}-${arch}.${ext}
linux:

View File

@@ -113,7 +113,7 @@
"diff": "^5.2.0",
"dotenv": "^16.4.7",
"electron-log": "^5.2.3",
"electron-store": "^10.0.0",
"electron-store": "^10.1.0",
"electron-updater": "^6.3.9",
"file-saver": "^2.0.5",
"framer-motion": "^11.12.0",
@@ -181,7 +181,7 @@
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.1",
"electron": "^33.2.0",
"electron-builder": "^25.1.8",
"electron-builder": "^26.0.12",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.6",
"fast-glob": "^3.3.2",

6436
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff