mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-09-18 23:22:23 +02:00
fix(desktop): bundle portable Python runtime
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user