postinstall.sh 140 B

1234567
  1. if test -f ./src/manifest.json; then
  2. echo ./src/manifest.json 存在
  3. else
  4. touch ./src/manifest.json
  5. echo "{}" >./src/manifest.json
  6. fi