mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
8 lines
112 B
Bash
8 lines
112 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Delete Release key
|
||
|
rm -f keystore.jks
|
||
|
|
||
|
# Delete signing config
|
||
|
rm -f keystore.properties
|