Update reproducible build instructions.
This commit is contained in:
parent
b306a3ef41
commit
a70e8ec7a7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ docker build -t signal-android .
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Build using the Docker environment
|
# Build using the Docker environment
|
||||||
docker run --rm -v $(pwd):/project -w /project signal-android ./gradlew clean assembleRelease
|
docker run --rm -v $(pwd):/project -w /project signal-android ./gradlew clean assemblePlayProdRelease
|
||||||
|
|
||||||
# Verify the APKs
|
# Verify the APKs
|
||||||
python3 apkdiff/apkdiff.py build/outputs/apks/project-release-unsigned.apk path/to/SignalFromPlay.apk
|
python3 apkdiff/apkdiff.py build/outputs/apks/project-release-unsigned.apk path/to/SignalFromPlay.apk
|
||||||
|
|
Loading…
Add table
Reference in a new issue