Add clean.sh

This commit is contained in:
Calcitem 2021-05-27 00:01:50 +08:00
parent 406d8621fb
commit 8fec06ef5c
1 changed files with 11 additions and 0 deletions

11
clean.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
mv src/ui/flutter_app/android/key.jks ../
mv src/ui/flutter_app/android/key.properties ../
git clean -fdx
mv ../key.jks src/ui/flutter_app/android/
mv ../key.properties src/ui/flutter_app/android/
./flutter-init.sh