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:
@@ -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"/*
|
||||
|
||||
Reference in New Issue
Block a user