tools: deploy: fix driver path

This commit is contained in:
Bill Zissimopoulos 2019-04-17 14:39:16 -07:00
parent 9d8ff57be7
commit 6406246ce2

View File

@ -15,7 +15,7 @@ for %%f in (winfsp-%SUFFIX%.sys winfsp-%SUFFIX%.dll winfsp-tests-%SUFFIX%.exe fs
copy build\VStudio\build\%CONFIG%\%%f %TARGET% >nul copy build\VStudio\build\%CONFIG%\%%f %TARGET% >nul
) )
copy tools\ifstest.bat %TARGET% >nul copy tools\ifstest.bat %TARGET% >nul
echo sc create WinFsp type=filesys binPath=%%~dp0%DRIVER% >%TARGET%sc-create.bat echo sc create WinFsp type=filesys binPath=%%~dp0winfsp-%SUFFIX%.sys >%TARGET%sc-create.bat
echo sc start WinFsp >%TARGET%sc-start.bat echo sc start WinFsp >%TARGET%sc-start.bat
echo sc stop WinFsp >%TARGET%sc-stop.bat echo sc stop WinFsp >%TARGET%sc-stop.bat
echo sc delete WinFsp >%TARGET%sc-delete.bat echo sc delete WinFsp >%TARGET%sc-delete.bat