Skip to content

Commit

Permalink
build(dev-cli): build script print OUTPUT_DIR to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Aug 8, 2024
1 parent b865897 commit 5ef3b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-cli/tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ zip -j "${OUTPUT_DIR}/ao-x86_64-pc-windows-msvc.exe.zip" "${OUTPUT_DIR}/ao.exe"
rm -f "${OUTPUT_DIR}/ao.exe"

# stdout, so can be piped or saved to a variable
echo "$(pwd)/${OUTPUT_DIR}"
echo "${OUTPUT_DIR}"

0 comments on commit 5ef3b45

Please sign in to comment.