quick installer update

This commit is contained in:
Wengier 2021-01-31 00:21:26 -05:00
parent c2b5dc02bf
commit 0b17989b2d
2 changed files with 7 additions and 4 deletions

View File

@ -113,9 +113,12 @@ for %%i in (dosbox-x.reference.conf dosbox-x.reference.full.conf) do (
copy /y %isspath%\%%i %isspath%\Win64_builds\mingw-sdl2
copy /y %isspath%\%%i %isspath%\Win64_builds\mingw-sdldraw
)
if exist %isspath%\PatchPE.exe %isspath%\PatchPE.exe %isspath%\Win32_builds\x86_Release\dosbox-x.exe
if exist %isspath%\PatchPE.exe %isspath%\PatchPE.exe %isspath%\Win32_builds\x86_Release_SDL2\dosbox-x.exe
if exist %isspath%\PatchPE.exe (
%isspath%\PatchPE.exe %isspath%\Win32_builds\x86_Release\dosbox-x.exe
%isspath%\PatchPE.exe %isspath%\Win32_builds\x86_Release_SDL2\dosbox-x.exe
%isspath%\PatchPE.exe %isspath%\Win64_builds\x64_Release\dosbox-x.exe
%isspath%\PatchPE.exe %isspath%\Win64_builds\x64_Release_SDL2\dosbox-x.exe
)
echo.
echo ***************************************
echo * Building DOSBox-X installers ... *

View File

@ -1,5 +1,5 @@
#define MyAppName "DOSBox-X"
#define MyAppVersion "0.83.10"
#define MyAppVersion "0.83.11"
#define MyAppPublisher "joncampbell123"
#define MyAppURL "https://dosbox-x.com/"
#define MyAppExeName "dosbox-x.exe"