SchildiChat-android/tools/templates/unconfigure.sh

14 lines
530 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2024-09-24 13:09:02 +03:00
# Copyright 2020-2024 New Vector Ltd.
#
2024-09-24 13:09:02 +03:00
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
# Template prevent from upgrading Android Studio, so this script de configure the template
echo "Un-configure Element Template..."
if [ -z ${ANDROID_STUDIO+x} ]; then ANDROID_STUDIO="/Applications/Android Studio.app/Contents"; fi
rm "${ANDROID_STUDIO%/}/plugins/android/lib/templates/other/ElementFeature"
rm -r "${ANDROID_STUDIO%/}/plugins/android/lib/templates"