1
0
Fork 0

MSYS2: install packages for dfu-programmer, dfu-util, teensy-loader-cli (#10007)

This commit is contained in:
Ryan 2020-08-14 08:26:14 +10:00 committed by GitHub
parent 156ed69b46
commit 517f6d2c22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 20 deletions

View file

@ -3,10 +3,6 @@
function export_variables {
local util_dir=~/qmk_utils
local 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_variables