mv debug_scripts to scripts/debug
This commit is contained in:
parent
ce6888ce86
commit
d565368a13
@ -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
|
||||||
|
|||||||
2
.github/workflows/build-app.yaml
vendored
2
.github/workflows/build-app.yaml
vendored
@ -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
2
.gitignore
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user