Merge pull request #276 from ferret-guy/bugfix/fix_spaces_in_patn

Fix issues with spaces in install path on windows
This commit is contained in:
Oskar Weigl
2018-11-28 20:16:30 -08:00
committed by GitHub
+1 -1
View File
@@ -1,2 +1,2 @@
@echo off
ipython %~dp0\odrivetool -- %*
ipython "%~dp0\odrivetool" -- %*