mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Merge PR #592: CopyBuildUtil.cmd: fix copy failure when the path contains whitespaces
This commit is contained in:
commit
d6b8ef6a66
@ -1,2 +1,2 @@
|
|||||||
copy %0\..\..\bin\BuildUtilTmp.exe %0\..\..\bin\BuildUtil.exe
|
copy "%0\..\..\bin\BuildUtilTmp.exe" "%0\..\..\bin\BuildUtil.exe"
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
Loading…
Reference in New Issue
Block a user