1
0
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:
Davide Beatrici 2018-07-30 06:05:24 +02:00
parent c1a6bdb51e
commit 8904a9c4cd

View File

@ -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