1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-19 17:59:19 +03:00

Merge PR #592: CopyBuildUtil.cmd: fix copy failure when the path contains whitespaces

This commit is contained in:
Davide Beatrici
2018-07-30 07:19:18 +02:00
committed by GitHub

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