This commit is contained in:
Tianpao
2025-12-05 12:19:41 +08:00
parent 1e7affe0e2
commit a0a600eef7
5 changed files with 59 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
"scripts": {
"test": "tsc&&node dist/main.js",
"rollup": "rollup -c rollup.config.js",
"nexe": "nexe -i ./dist/bundle.js --build -t x86-22.13.0 --output ./dist/core-x86_64-pc-windows-msvc.exe",
"nexe": "nexe -i ./dist/bundle.js --build -t x86-22.13.0 --output ./dist/core.exe",
"build": "npm run rollup && npm run nexe"
},
"devDependencies": {