build: mv build --> shell

This commit is contained in:
Burt
2024-01-23 19:21:39 +08:00
parent c3ed31c84b
commit bf422835ba
2 changed files with 1 additions and 1 deletions

6
shell/postinstall.sh Normal file
View File

@@ -0,0 +1,6 @@
if test -f ./src/manifest.json; then
echo ./src/manifest.json 存在
else
touch ./src/manifest.json
echo "{}" >./src/manifest.json
fi