build: mv build --> shell
This commit is contained in:
6
shell/postinstall.sh
Normal file
6
shell/postinstall.sh
Normal 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
|
||||
Reference in New Issue
Block a user