Browse Source

Fix bug in reporting version being compiled in build.sh

pull/138/head
Duke 4 months ago
parent
commit
f15a28f3ec
  1. 2
      build.sh

2
build.sh

@ -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

Loading…
Cancel
Save