mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-28 14:00:28 +00:00
Print which archs were bundled in the installer after the build completes
This commit is contained in:
parent
e9968fbab3
commit
53098edc85
1 changed files with 8 additions and 0 deletions
|
@ -100,6 +100,14 @@ rem Rename the installer to match the publishing convention
|
||||||
ren %INSTALLER_FOLDER%\MoonlightSetup.exe MoonlightSetup-%VERSION%.exe
|
ren %INSTALLER_FOLDER%\MoonlightSetup.exe MoonlightSetup-%VERSION%.exe
|
||||||
|
|
||||||
echo Build successful for Moonlight v%VERSION% installer!
|
echo Build successful for Moonlight v%VERSION% installer!
|
||||||
|
echo.
|
||||||
|
echo x86 included: YES
|
||||||
|
echo x64 included: YES
|
||||||
|
if %INCLUDE_ARM64% NEQ 0 (
|
||||||
|
echo ARM64 included: YES
|
||||||
|
) else (
|
||||||
|
echo ARM64 included: NO
|
||||||
|
)
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
|
||||||
:Error
|
:Error
|
||||||
|
|
Loading…
Reference in a new issue