Update Windows to Qt 6.7 and remove 32-bit support
This commit is contained in:
parent
45ccd1a811
commit
fe9282e7d9
5 changed files with 12 additions and 60 deletions
|
|
@ -41,11 +41,6 @@ set INSTALLER_FOLDER=%BUILD_ROOT%\installer-%BUILD_CONFIG%
|
|||
set /p VERSION=<%SOURCE_ROOT%\app\version.txt
|
||||
|
||||
rem Ensure that all architectures have been built before the final bundle
|
||||
if not exist "%BUILD_ROOT%\build-x86-%BUILD_CONFIG%\Moonlight.msi" (
|
||||
echo Unable to build bundle - missing binaries for %BUILD_CONFIG% x86
|
||||
echo You must run 'build-arch.bat %BUILD_CONFIG% x86' first
|
||||
exit /b 1
|
||||
)
|
||||
if not exist "%BUILD_ROOT%\build-x64-%BUILD_CONFIG%\Moonlight.msi" (
|
||||
echo Unable to build bundle - missing binaries for %BUILD_CONFIG% x64
|
||||
echo You must run 'build-arch.bat %BUILD_CONFIG% x64' first
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue