Fix bug in reporting version being compiled in build.sh

This commit is contained in:
Duke
2024-01-14 09:21:57 -05:00
parent fd5eec230e
commit f15a28f3ec

View File

@@ -29,7 +29,7 @@ then
exit 1
fi
VERSION=$(cat src/version.h |cut -d\" -f2)
VERSION=$(grep APP_VERSION src/version.h |cut -d\" -f2)
echo "Compiling SilentDragonLite $VERSION on $UNAME with args=$@"
CONF=silentdragon-lite.pro