This commit is contained in:
Wengier
2021-06-22 02:38:44 -04:00
parent 040ad2484e
commit 8a4453241f
3 changed files with 5 additions and 2 deletions

View File

@@ -75,9 +75,11 @@
x11, dummy) for the SDL library to use. The video
driver "directx" has been enabled for Windows SDL1
builds (without certain functions). (Wengier)
- There is a now a [TTF] section in the config file,
- There is a now a [ttf] section in the config file,
and TTF-related config options are moved/renamed
from [render] section to this section. (Wengier)
from [render] section to this section. The Windows
installer will also automatically transfer previous
TTF options to the new [ttf] section. (Wengier)
- Fixed a bug which may lead to crash when pasting
text via the DOS clipboard API (e.g. the 4DOS CLIP:
device) in non-Windows platforms. (Wengier)

View File

@@ -152,6 +152,7 @@ echo ***************************************
echo * Building DOSBox-X installers ... *
echo ***************************************
if exist %isspath%\dosbox-x-windows-*-setup.exe del %isspath%\dosbox-x-windows-*-setup.exe
copy /y %isspath%\WizModernImage.bmp %isspath%\allusers\WizModernImage.bmp
copy /y %isspath%\DOSBox-X-setup.iss %isspath%\allusers\DOSBox-X-setup.iss
%isspath%\fart.exe %isspath%\allusers\DOSBox-X-setup.iss "}-setup" "}-setup-allusers"
%isspath%\fart.exe %isspath%\allusers\DOSBox-X-setup.iss "=lowest" "=admin"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB