mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 20:01:19 +08:00
quick installer update
This commit is contained in:
parent
c2b5dc02bf
commit
0b17989b2d
@ -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-sdl2
|
||||||
copy /y %isspath%\%%i %isspath%\Win64_builds\mingw-sdldraw
|
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 (
|
||||||
if exist %isspath%\PatchPE.exe %isspath%\PatchPE.exe %isspath%\Win32_builds\x86_Release_SDL2\dosbox-x.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 ***************************************
|
echo ***************************************
|
||||||
echo * Building DOSBox-X installers ... *
|
echo * Building DOSBox-X installers ... *
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#define MyAppName "DOSBox-X"
|
#define MyAppName "DOSBox-X"
|
||||||
#define MyAppVersion "0.83.10"
|
#define MyAppVersion "0.83.11"
|
||||||
#define MyAppPublisher "joncampbell123"
|
#define MyAppPublisher "joncampbell123"
|
||||||
#define MyAppURL "https://dosbox-x.com/"
|
#define MyAppURL "https://dosbox-x.com/"
|
||||||
#define MyAppExeName "dosbox-x.exe"
|
#define MyAppExeName "dosbox-x.exe"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user