CakeWallet/scripts/android/manifest.sh

5 lines
137 B
Bash
Raw Normal View History

2022-01-12 17:04:10 +02:00
#!/bin/bash
cd ../..
cp -rf ./android/app/src/main/AndroidManifestBase.xml ./android/app/src/main/AndroidManifest.xml
cd scripts/android