mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Fix build script for Windows.
This commit is contained in:
parent
28c58b41fe
commit
f3d5f0c9de
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue