mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
CopyBuildUtil.cmd: fix copy failure when the path contains whitespaces
This commit is contained in:
parent
c1a6bdb51e
commit
8904a9c4cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user