Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersign committed Feb 12, 2018
2 parents 7796ea3 + 7195316 commit 6602c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/bench-install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ SetLocal
::
:: Bench Bootstrap file
::
:: http://mastersign.github.io/bench/guide/setup/
:: https://winbench.org/guide/setup/
::

SET VERSION=0.18.0
SET TAG=v%VERSION%
SET ROOT=%~dp0
IF [%1] NEQ [] SET ROOT=%~dpnx1\
SET BENCH_ZIPURL=https://github.com/mastersign/bench/releases/download/%TAG%/Bench.zip
SET BENCH_ZIPURL=https://github.com/winbench/bench/releases/download/%TAG%/Bench.zip
SET BENCH_ZIPFILE=%ROOT%Bench.zip
SET BENCH_BOOTSTRAP_FILE=%~f0
SET BENCH_SUBFLDR=
Expand Down

0 comments on commit 6602c67

Please sign in to comment.