mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-11 17:45:32 +00:00
8 lines
No EOL
158 B
Bash
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 |