1
0

android build: place binaries in ./dist/ instead of ./bin/

Let's try to consolidate and have all build scripts put binaries into ./dist/
This commit is contained in:
SomberNight
2021-06-17 18:33:20 +02:00
parent 9625798a63
commit 5ae167d67d
5 changed files with 12 additions and 9 deletions

View File

@@ -82,5 +82,5 @@ popd
info "done."
ls -la "$PROJECT_ROOT/bin"
sha256sum "$PROJECT_ROOT/bin"/*
ls -la "$PROJECT_ROOT/dist"
sha256sum "$PROJECT_ROOT/dist"/*