mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Version 2.5.9: Fix build for Microsoft Store.
This commit is contained in:
@@ -268,8 +268,11 @@ if %BuildUWP% neq 0 (
|
||||
mkdir "%DeployPath%"
|
||||
|
||||
move "%ReleasePath%\%BinaryName%.pdb" "%DeployPath%\"
|
||||
move "%ReleasePath%\%BinaryName%.x86.appx" "%DeployPath%\"
|
||||
move "%ReleasePath%\%BinaryName%.x64.appx" "%DeployPath%\"
|
||||
if %Build64% equ 0 (
|
||||
move "%ReleasePath%\%BinaryName%.x86.appx" "%DeployPath%\"
|
||||
) else (
|
||||
move "%ReleasePath%\%BinaryName%.x64.appx" "%DeployPath%\"
|
||||
)
|
||||
move "%ReleasePath%\%BinaryName%.exe" "%DeployPath%\"
|
||||
|
||||
if "%AlphaBetaParam%" equ "" (
|
||||
|
Reference in New Issue
Block a user