release: restore v2.1.19 baseline for v2.1.24
CI / verify (push) Has been cancelled

Restore the v2.1.19 application baseline and retain only the focused import preflight summary with duplicate, unavailable, destination, job, and size-limit visibility.
This commit is contained in:
Sucukdeluxe
2026-08-17 04:25:22 +02:00
parent 9a213a7395
commit d7c9f287e4
87 changed files with 2185 additions and 16125 deletions
+3 -11
View File
@@ -1,16 +1,13 @@
{
"name": "multi-hoster-uploader",
"version": "2.1.23",
"version": "2.1.24",
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
"main": "main.js",
"scripts": {
"start": "electron .",
"dev": "node scripts/dev-runner.cjs",
"test": "npm run test:unit && npm run test:ui",
"test:unit": "node --test tests/*.test.js",
"test:ui": "node --test tests/ui-smoke.js",
"test": "node --test tests/*.test.js tests/ui-smoke.js",
"test:backup-api": "npm --prefix services/backup-api test",
"verify:public-source": "node scripts/verify-public-release.mjs --source-only --tracked --package-version",
"verify": "npm run lint && npm test && npm run test:backup-api && npm audit --omit=dev",
"lint": "eslint .",
"dist": "electron-builder --publish never --win",
@@ -30,7 +27,7 @@
},
"build": {
"appId": "com.multihoster.uploader",
"productName": "Multi Hoster Uploader",
"productName": "Multi-Hoster-Upload",
"directories": {
"buildResources": "assets",
"output": "release"
@@ -50,19 +47,14 @@
"portable"
],
"icon": "assets/app_icon.ico",
"executableName": "Multi Hoster Uploader",
"signAndEditExecutable": false
},
"nsis": {
"artifactName": "Multi-Hoster-Upload Setup ${version}.${ext}",
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"createDesktopShortcut": true
},
"portable": {
"artifactName": "Multi-Hoster-Upload ${version}.${ext}"
},
"afterPack": "scripts/afterPack.cjs"
}
}