Skip to content
Snippets Groups Projects
Commit acd8c780 authored by Nico's avatar Nico
Browse files

Move release script to briar-debian

parent 4af691b3
No related branches found
No related tags found
1 merge request!9Move release script to briar-debian
Pipeline #4604 passed
#!/usr/bin/env bash
# Copyright (c) 2019 Nico Alt
# SPDX-License-Identifier: AGPL-3.0-only
# License-Filename: LICENSE.md
set -e -x
cd ../briar-android
./gradlew --configure-on-demand briar-headless:jar
cd briar-headless/build/libs
sha256sum briar-headless.jar > sha256sum.txt
git log | head -n 1 > commit.txt
echo "To sign, call 'for file in \$(ls); do gpg -b \"\$file\"; done'"
xdg-open .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment