migu/capacitor/scripts/generator.sh
2024-07-24 05:49:30 +07:00

8 lines
No EOL
158 B
Bash

#!/bin/bash
## This is what lacks of doc did to a newbie :<
mv android android_tmp
pnpm exec cap add android
cp -r android_tmp/* android/
rm -rf android_tmp