feat:最终成品

This commit is contained in:
Tianpao
2025-07-03 12:29:09 +08:00
parent fa83d5095f
commit ba8c21cd6c
9 changed files with 61 additions and 41 deletions

View File

@@ -9,8 +9,8 @@
"scripts": {
"tsbuild": "tsc",
"rollup": "rollup -c rollup.config.js",
"nexe": "nexe -i ./ndist/main.js --ico Dex.ico --build -t x86-22.13.0 --output ./ndist/main.exe",
"upx": ".\\.dist_modules\\upx.exe .\\ndist\\main.exe",
"nexe": "nexe -i ./ndist/bundle.js --ico Dex.ico --build -t x86-22.13.0 --output ./ndist/DeEarthX.exe",
"upx": ".\\dist_modules\\upx.exe .\\ndist\\DeEarthX.exe",
"build": "npm run tsbuild&&npm run rollup&&npm run nexe&&npm run upx",
"test": "tsc&&node dist/main.js"
},