mv debug_scripts to scripts/debug

This commit is contained in:
Catfriend1 2025-05-12 19:36:09 +02:00
parent ce6888ce86
commit d565368a13
12 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ syncthing/pkg/sumdb/
ext/ ext/
# files generated by the debug scripts # files generated by the debug scripts
debug_scripts/*.xml scripts/debug/*.xml
# Unsupported translations # Unsupported translations
app/src/main/play/listings/nb app/src/main/play/listings/nb

View File

@ -50,7 +50,7 @@ jobs:
echo "Using TRUSTED debug.keystore for builds from branches corresponding to this repository" echo "Using TRUSTED debug.keystore for builds from branches corresponding to this repository"
echo '${{ secrets.DEBUG_KEYSTORE_B64 }}' | base64 -d > "/root/.android/debug.keystore" echo '${{ secrets.DEBUG_KEYSTORE_B64 }}' | base64 -d > "/root/.android/debug.keystore"
else else
cp "debug_scripts/debug.keystore.pub" "/root/.android/debug.keystore" cp "scripts/debug/debug.keystore.pub" "/root/.android/debug.keystore"
echo "Using UNTRUSTED PUBLIC debug.keystore for builds from forked repositories" echo "Using UNTRUSTED PUBLIC debug.keystore for builds from forked repositories"
fi fi

2
.gitignore vendored
View File

@ -45,7 +45,7 @@ syncthing/pkg/sumdb/
ext/ ext/
# files generated by the debug scripts # files generated by the debug scripts
debug_scripts/*.xml scripts/debug/*.xml
# Unsupported translations # Unsupported translations
app/src/main/play/listings/nb app/src/main/play/listings/nb