mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Version 2.5.9: Fix build for Microsoft Store.
This commit is contained in:
parent
8500bf6073
commit
48fea47d16
2 changed files with 6 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
Version="2.5.9.0" />
|
Version="2.5.9.0" />
|
||||||
<Properties>
|
<Properties>
|
||||||
<DisplayName>Telegram Desktop</DisplayName>
|
<DisplayName>Telegram Desktop</DisplayName>
|
||||||
<PublisherDisplayName>Telegram FZ-LLC</PublisherDisplayName>
|
<PublisherDisplayName>Telegram Messenger LLP</PublisherDisplayName>
|
||||||
<Description>Telegram Desktop official messenger</Description>
|
<Description>Telegram Desktop official messenger</Description>
|
||||||
<Logo>Assets\logo\logo.png</Logo>
|
<Logo>Assets\logo\logo.png</Logo>
|
||||||
</Properties>
|
</Properties>
|
||||||
|
|
|
@ -268,8 +268,11 @@ if %BuildUWP% neq 0 (
|
||||||
mkdir "%DeployPath%"
|
mkdir "%DeployPath%"
|
||||||
|
|
||||||
move "%ReleasePath%\%BinaryName%.pdb" "%DeployPath%\"
|
move "%ReleasePath%\%BinaryName%.pdb" "%DeployPath%\"
|
||||||
move "%ReleasePath%\%BinaryName%.x86.appx" "%DeployPath%\"
|
if %Build64% equ 0 (
|
||||||
move "%ReleasePath%\%BinaryName%.x64.appx" "%DeployPath%\"
|
move "%ReleasePath%\%BinaryName%.x86.appx" "%DeployPath%\"
|
||||||
|
) else (
|
||||||
|
move "%ReleasePath%\%BinaryName%.x64.appx" "%DeployPath%\"
|
||||||
|
)
|
||||||
move "%ReleasePath%\%BinaryName%.exe" "%DeployPath%\"
|
move "%ReleasePath%\%BinaryName%.exe" "%DeployPath%\"
|
||||||
|
|
||||||
if "%AlphaBetaParam%" equ "" (
|
if "%AlphaBetaParam%" equ "" (
|
||||||
|
|
Loading…
Add table
Reference in a new issue