feat: parallele Proxy-Segmentdownloads

This commit is contained in:
Sucukdeluxe
2026-08-31 12:49:15 +02:00
parent 50f04b2761
commit 17ac99d373
20 changed files with 1275 additions and 52 deletions
+4 -3
View File
@@ -23,9 +23,10 @@
"release:win": "npm run build && electron-builder --publish never --win nsis portable",
"verify:release": "node scripts/verify_public_release.mjs"
},
"dependencies": {
"adm-zip": "0.6.0",
"react": "^18.3.1",
"dependencies": {
"adm-zip": "0.6.0",
"https-proxy-agent": "7.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "11.1.1"
},