Fix bug in reporting version being compiled in build.sh
This commit is contained in:
2
build.sh
2
build.sh
@@ -29,7 +29,7 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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=$@"
|
echo "Compiling SilentDragonLite $VERSION on $UNAME with args=$@"
|
||||||
CONF=silentdragon-lite.pro
|
CONF=silentdragon-lite.pro
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user