We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0820331 commit 6990723Copy full SHA for 6990723
assets/install.json
@@ -1,3 +1,4 @@
1
{
2
- "minRequiredVersion": "0.1.0"
+ "minRequiredVersion": "0.1.0",
3
+ "minRequiredOfsVersion": "1.4.4"
4
}
contrib/OpenFunscripter/openfunscripter_setup_linux.sh
@@ -53,8 +53,8 @@ fi
53
54
if [ "$arg1" != "--latest" ]; then
55
echo "Checkout latest OpenFunscripter release"
56
- git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
57
- # git checkout 1.4.4
+ # git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
+ git checkout 1.4.4
58
git submodule update --init
59
pushd $OFS_DIR/lib/EASTL
60
0 commit comments