Android-Password-Store/scripts/signing-cleanup.sh
Harsh Shandilya be31ae37f4
all: update copyrights
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-03-18 11:26:48 +05:30

13 lines
247 B
Bash
Executable file

#!/usr/bin/env bash
#
# Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
# SPDX-License-Identifier: GPL-3.0-only
#
set -ex
# Delete Release key
rm -f keystore.jks
# Delete signing config
rm -f keystore.properties