commit a6508d3bd2f79f205c38edf2b6fe3cd79ace0899 parent 93789b49caaed408f4d82a813bd75b132c50a605 Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com> Date: Mon, 9 Aug 2021 10:07:41 -0500 Update update_models.bat Diffstat:
M | scripts/update_models.bat | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/update_models.bat b/scripts/update_models.bat @@ -15,9 +15,9 @@ set "rpi_ip_address=127.0.0.1" -:: Typical Windows 10 Path, edit <YOUR_USERNAME> with your Windows Username -set "host_model_path=C:/Users/<YOUR_USERNAME>/Documents/GuitarML/NeuralPi/tones" -set "host_ir_path=C:/Users/<YOUR_USERNAME>/Documents/GuitarML/NeuralPi/irs" +:: Typical Windows 10 Path (shouldn't need to change) +set "host_model_path=%userprofile%/Documents/GuitarML/NeuralPi/tones" +set "host_ir_path=%userprofile%/Documents/GuitarML/NeuralPi/irs" :: Rpi with Elk OS Path (shouldn't need to change)