fix(desktop): bundle portable Python runtime

This commit is contained in:
BigBodyCobain
2026-09-13 02:24:16 -06:00
parent aa5109a6cb
commit fa6383724d
6 changed files with 560 additions and 36 deletions
+3 -2
View File
@@ -5,8 +5,9 @@
"description": "ShadowBroker desktop shell packaging, runtime bridge, and release tooling",
"scripts": {
"typecheck": "tsc --noEmit",
"build:desktop": "node ./scripts/run-desktop-build.cjs",
"build:desktop:clean": "node ./scripts/run-desktop-build.cjs --clean"
"test:backend-runtime": "node --test ./tauri-skeleton/scripts/build-backend-runtime.test.cjs",
"build:desktop": "npm run test:backend-runtime && node ./scripts/run-desktop-build.cjs",
"build:desktop:clean": "npm run test:backend-runtime && node ./scripts/run-desktop-build.cjs --clean"
},
"devDependencies": {
"typescript": "^5.6.0"