feat(release): make the signing-free install work with nothing but Windows
Some checks failed
deploy-site / deploy (push) Failing after 3m26s

The manual install path still needed 7-Zip, which the target machine does not
have, so "installable without a certificate" was not yet true.

The channel now also publishes the app as byte-split zip parts, and the install
script joins them and extracts with the built-in Windows Expand-Archive after
verifying every part and the joined archive. Version 1.3.1 republishes the
channel from a single build, because a version's artifacts can only match one
build and published volumes are never overwritten.
This commit is contained in:
Yun Chan 2026-09-18 12:03:18 +09:00
parent c35c6f3e95
commit 0411f389d9
30 changed files with 234 additions and 118 deletions

20
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "d3ro-voice-monorepo",
"version": "1.3.0",
"version": "1.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "d3ro-voice-monorepo",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"workspaces": [
"apps/desktop",
@ -25,7 +25,7 @@
},
"apps/admin": {
"name": "@d3ro/admin",
"version": "1.3.0",
"version": "1.3.1",
"dependencies": {
"@d3ro/api-client": "*",
"@d3ro/core": "*",
@ -109,7 +109,7 @@
},
"apps/desktop": {
"name": "@d3ro/desktop",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"dependencies": {
"@d3ro/core": "*",
@ -157,7 +157,7 @@
},
"apps/web": {
"name": "@d3ro/web",
"version": "1.3.0",
"version": "1.3.1",
"dependencies": {
"@d3ro/api-client": "*",
"@d3ro/core": "*",
@ -16866,7 +16866,7 @@
},
"packages/api-client": {
"name": "@d3ro/api-client",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"dependencies": {
"@d3ro/core": "*",
@ -16883,7 +16883,7 @@
},
"packages/core": {
"name": "@d3ro/core",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"dependencies": {
"docx": "^9.6.1"
@ -16894,7 +16894,7 @@
},
"packages/i18n": {
"name": "@d3ro/i18n",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"devDependencies": {
"@types/react": "^19.0.0"
@ -16905,7 +16905,7 @@
},
"packages/ui": {
"name": "@d3ro/ui",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"dependencies": {
"@d3ro/core": "*"
@ -16925,7 +16925,7 @@
},
"packages/ui-native": {
"name": "@d3ro/ui-native",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"devDependencies": {
"@types/react": "*"