fix: 优化脚本 Shebang, close #56

This commit is contained in:
Del Wang
2025-08-17 07:18:16 +08:00
parent 43e6739726
commit 1405eca23f
14 changed files with 39 additions and 25 deletions
+4 -4
View File
@@ -5,10 +5,10 @@
"type": "module",
"scripts": {
"ota": "tsx --env-file=.env src/ota.ts",
"extract": "sh src/extract.sh",
"patch": "sh src/patch.sh",
"squashfs": "sh src/squashfs.sh",
"build": "sh src/build.sh"
"extract": "bash src/extract.sh",
"patch": "bash src/patch.sh",
"squashfs": "bash src/squashfs.sh",
"build": "bash src/build.sh"
},
"dependencies": {
"@mi-gpt/miot": "^1.2.1"