mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-10-31 17:37:41 +00:00
5 lines
No EOL
137 B
Bash
Executable file
5 lines
No EOL
137 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd ../..
|
|
cp -rf ./android/app/src/main/AndroidManifestBase.xml ./android/app/src/main/AndroidManifest.xml
|
|
cd scripts/android |