unibest/build/postinstall.sh

7 lines
140 B
Bash
Raw Normal View History

if test -f ./src/manifest.json; then
echo ./src/manifest.json 存在
else
touch ./src/manifest.json
echo "{}" >./src/manifest.json
fi