mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-11 17:45:32 +00:00
7 lines
246 B
PowerShell
7 lines
246 B
PowerShell
|
|
## This is what lacks of doc did to a newbie :<
|
|
|
|
Rename-Item -Path "android" -NewName "android_tmp"
|
|
pnpm exec cap add android
|
|
Copy-Item -Path "android_tmp\*" -Destination "android" -Recurse -Force
|
|
Remove-Item -Path "android_tmp" -Recurse -Force
|