Skip to content

Commit 6990723

Browse files
author
arch
committed
fix linux install
1 parent 0820331 commit 6990723

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

assets/install.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"minRequiredVersion": "0.1.0"
2+
"minRequiredVersion": "0.1.0",
3+
"minRequiredOfsVersion": "1.4.4"
34
}

contrib/OpenFunscripter/openfunscripter_setup_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ fi
5353

5454
if [ "$arg1" != "--latest" ]; then
5555
echo "Checkout latest OpenFunscripter release"
56-
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
57-
# git checkout 1.4.4
56+
# git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
57+
git checkout 1.4.4
5858
git submodule update --init
5959
pushd $OFS_DIR/lib/EASTL
6060
git submodule update --init

0 commit comments

Comments
 (0)