From 3d3999d8635d1c9ca5a0276545ce4bdc173aa9a4 Mon Sep 17 00:00:00 2001 From: Fred Sundvik Date: Sun, 28 May 2017 20:36:27 +0300 Subject: Actually install flip instead of just extracting --- util/activate_wsl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/activate_wsl.sh') diff --git a/util/activate_wsl.sh b/util/activate_wsl.sh index a6ed9b712..afff5addc 100644 --- a/util/activate_wsl.sh +++ b/util/activate_wsl.sh @@ -6,7 +6,7 @@ download_dir=$util_dir/wsl_downloaded export DFU_PROGRAMMER=$download_dir/dfu-programmer/dfu-programmer.exe export DFU_UTIL=$download_dir/dfu-util-0.9-win64/dfu-util.exe export TEENSY_LOADER_CLI=$download_dir/teensy_loader_cli.exe -export BATCHISP=$download_dir/Flip/bin/batchisp.exe +export BATCHISP=batchisp.exe -- cgit v1.2.3-24-g4f1b