Skip to content
Snippets Groups Projects
Verified Commit f0ca6b33 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Modify build system

Bug 42201: Sign all the channels of local builds
parent 465ea2a8
No related branches found
No related tags found
1 merge request!34Bug 42201: Sign all the channels of local builds
......@@ -41,8 +41,10 @@ sign () {
echo "Signed $out"
}
for apk in app/build/outputs/apk/fenix/release/*-unsigned.apk; do
for channel in app/build/outputs/apk/fenix/*; do
for apk in $channel/*-unsigned.apk; do
sign "$apk"
done
done
rm -rf "$tmpdir"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment