mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
tools: deploy.bat: fix driver name case
This commit is contained in:
parent
259b3b05b1
commit
2c63e9ace4
@ -10,5 +10,5 @@ echo on
|
|||||||
cd %~dp0..
|
cd %~dp0..
|
||||||
mkdir %TARGET% 2>nul
|
mkdir %TARGET% 2>nul
|
||||||
copy build\VStudio\build\%CONFIG%\%DRIVER% %TARGET%
|
copy build\VStudio\build\%CONFIG%\%DRIVER% %TARGET%
|
||||||
echo sc create winfsp type=filesys binPath=%%~dp0%DRIVER% >%TARGET%sc-create.bat
|
echo sc create WinFsp type=filesys binPath=%%~dp0%DRIVER% >%TARGET%sc-create.bat
|
||||||
echo sc delete winfsp >%TARGET%sc-delete.bat
|
echo sc delete WinFsp >%TARGET%sc-delete.bat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user