mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 10:40:59 +00:00
Print which archs were bundled in the installer after the build completes
This commit is contained in:
@@ -100,6 +100,14 @@ rem Rename the installer to match the publishing convention
|
||||
ren %INSTALLER_FOLDER%\MoonlightSetup.exe MoonlightSetup-%VERSION%.exe
|
||||
|
||||
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
|
||||
|
||||
:Error
|
||||
|
||||
Reference in New Issue
Block a user