Commit a913dc07 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play unigine: fix eget path

parent 82f89d67
......@@ -17,7 +17,7 @@ trap "rm -fr $PKGDIR" EXIT
cd $PKGDIR || fatal
# https://assets.unigine.com/d/Unigine_Heaven-4.0.run
eget --latest https://benchmark.unigine.com/heaven "Unigine_Heaven*.run"
epm tool eget --latest https://benchmark.unigine.com/heaven "Unigine_Heaven*.run"
mv Unigine_Heaven*.run $(echo Unigine_Heaven*.run | tr "[A-Z_]" "[a-z-]")
......
......@@ -18,7 +18,7 @@ trap "rm -fr $PKGDIR" EXIT
cd $PKGDIR || fatal
# https://assets.unigine.com/d/Unigine_superposition-4.0.run
eget --latest https://benchmark.unigine.com/superposition "$OPKGNAME*.run"
epm tool eget --latest https://benchmark.unigine.com/superposition "$OPKGNAME*.run"
mv $OPKGNAME*.run $(echo $OPKGNAME*.run | tr "[A-Z_]" "[a-z-]")
......
......@@ -18,7 +18,7 @@ trap "rm -fr $PKGDIR" EXIT
cd $PKGDIR || fatal
# https://assets.unigine.com/d/Unigine_valley-4.0.run
eget --latest https://benchmark.unigine.com/valley "$OPKGNAME*.run"
epm tool eget --latest https://benchmark.unigine.com/valley "$OPKGNAME*.run"
mv $OPKGNAME*.run $(echo $OPKGNAME*.run | tr "[A-Z_]" "[a-z-]")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment