get version from workspace file

This commit is contained in:
jb-alvarado 2023-02-08 17:02:49 +01:00
parent 530135b75d
commit 317428fc6f

View File

@ -26,7 +26,7 @@ while read -r name value; do
if [[ $name == "version" ]]; then
version=${value//\"/}
fi
done < ffplayout-engine/Cargo.toml
done < Cargo.toml
echo "Compile ffplayout \"$version\""
echo ""