mirror of https://github.com/procxx/kepka.git
Fix build script for Windows.
This commit is contained in:
parent
28c58b41fe
commit
f3d5f0c9de
|
@ -177,7 +177,7 @@ if %BuildUWP% equ 0 (
|
|||
|
||||
for /f ^"usebackq^ eol^=^
|
||||
|
||||
^ delims^=^" %%a in (%ReleasePath%\%BinaryName%.exe.sym) do (
|
||||
^ delims^=^" %%a in (%ReleasePath%\%BinaryName%.sym) do (
|
||||
set "SymbolsHashLine=%%a"
|
||||
goto symbolslinedone
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue