From d469546239700ea4f0049f008672712944d3b376 Mon Sep 17 00:00:00 2001 From: Wengier Date: Sat, 11 Jun 2022 01:24:48 -0400 Subject: [PATCH] fix installer --- build_windows_installer.bat | 4 ++-- contrib/windows/installer/setup_preamble.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build_windows_installer.bat b/build_windows_installer.bat index b30e6b4a3..891144d8a 100644 --- a/build_windows_installer.bat +++ b/build_windows_installer.bat @@ -119,8 +119,8 @@ if exist %isspath%\Win64_builds\nul rd %isspath%\Win64_builds /s /q %isspath%\7za.exe e -y -o%isspath%\Win64_builds\x64_Release_SDL2 %vwin64zip% "bin\x64\Release SDL2\dosbox-x.exe" %isspath%\7za.exe e -y -o%isspath%\Win64_builds\ARM64_Release %varm64zip% "bin\ARM64\Release\dosbox-x.exe" %isspath%\7za.exe e -y -o%isspath%\Win64_builds\ARM64_Release_SDL2 %varm64zip% "bin\ARM64\Release SDL2\dosbox-x.exe" -%isspath%\7za.exe e -y -o%isspath%\Win32_builds\mingw-lowend %m32zip% "mingw-build\mingw-lowend\dosbox-x.exe" -%isspath%\7za.exe e -y -o%isspath%\Win32_builds\mingw-lowend-sdl2 %m32zip% "mingw-build\mingw-lowend-sdl2\dosbox-x.exe" +%isspath%\7za.exe e -y -o%isspath%\Win32_builds\mingw-lowend %mlezip% "mingw-build\mingw-lowend\dosbox-x.exe" +%isspath%\7za.exe e -y -o%isspath%\Win32_builds\mingw-lowend-sdl2 %mlezip% "mingw-build\mingw-lowend-sdl2\dosbox-x.exe" %isspath%\7za.exe e -y -o%isspath%\Win32_builds\mingw %m32zip% "mingw-build\mingw\dosbox-x.exe" %isspath%\7za.exe e -y -o%isspath%\Win32_builds\mingw-sdl2 %m32zip% "mingw-build\mingw-sdl2\dosbox-x.exe" %isspath%\7za.exe e -y -o%isspath%\Win64_builds\mingw %m64zip% "mingw-build\mingw\dosbox-x.exe" diff --git a/contrib/windows/installer/setup_preamble.txt b/contrib/windows/installer/setup_preamble.txt index ef69ccb01..11f814185 100644 --- a/contrib/windows/installer/setup_preamble.txt +++ b/contrib/windows/installer/setup_preamble.txt @@ -1,4 +1,4 @@ -Welcome to DOSBox-X, a cross-platform DOS emulator with the goal of being a complete DOS emulation package that is both fully-featured and easy to use. +Welcome to DOSBox-X, a cross-platform DOS emulator with the goal of being a complete emulation package that covers all pre-2000 DOS and Windows 9x based hardware scenarios, and give you all the options to configure the DOS virtual machine. Like DOSBox, it emulates a PC necessary for running many MS-DOS games and applications that simply cannot be run on modern PCs and operating systems. However, while the main focus of DOSBox is for running DOS games, DOSBox-X goes much further than this. Started as a fork of the DOSBox project, it retains compatibility with the wide base of DOS games and DOS gaming DOSBox was designed for. But it is also a platform for running DOS applications, including emulating the environments to run Windows 3.x, 9x and ME and software written for those versions of Windows.