mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 11:51:09 +08:00
Update and rename build-windows-installer.bat to build_windows_installer.bat
This commit is contained in:
parent
d1fa70383e
commit
f7b124b4c8
@ -1,9 +1,9 @@
|
|||||||
rem This script will build Inno-Setup based Windows installer for DOSBox-X (Wengier).
|
rem This script will build Inno-Setup based Windows installer for DOSBox-X (Wengier).
|
||||||
rem All Visual Studio and MinGW builds will be extracted from the Windows ZIP packages.
|
rem All Visual Studio and MinGW builds will be extracted from the Windows ZIP packages
|
||||||
|
rem located in %%vsbinpath%% and %%mgbinpath%% directories (built with other scripts).
|
||||||
rem One of them will be selected by user as the default Windows version to be executed.
|
rem One of them will be selected by user as the default Windows version to be executed.
|
||||||
|
|
||||||
@echo off
|
@echo off
|
||||||
cls
|
|
||||||
|
|
||||||
rem %rootdir% is the root directory of the respository. "." assumes the current directory.
|
rem %rootdir% is the root directory of the respository. "." assumes the current directory.
|
||||||
rem Make sure to surround the directory in quotes (") in case it includes spaces.
|
rem Make sure to surround the directory in quotes (") in case it includes spaces.
|
||||||
@ -13,6 +13,8 @@ set isspath=%rootdir%\windows-installer
|
|||||||
set vsbinpath=%rootdir%\release\windows
|
set vsbinpath=%rootdir%\release\windows
|
||||||
set mgbinpath=%rootdir%\..
|
set mgbinpath=%rootdir%\..
|
||||||
|
|
||||||
|
cls
|
||||||
|
|
||||||
if not exist %isspath%\date.exe (
|
if not exist %isspath%\date.exe (
|
||||||
echo Couldn't find %isspath%\date.exe
|
echo Couldn't find %isspath%\date.exe
|
||||||
goto error
|
goto error
|
||||||
@ -59,6 +61,7 @@ if not exist "%m64zip%" (
|
|||||||
goto error
|
goto error
|
||||||
)
|
)
|
||||||
|
|
||||||
|
echo.
|
||||||
echo ***************************************
|
echo ***************************************
|
||||||
echo * Extract DOSBox-X executables ... *
|
echo * Extract DOSBox-X executables ... *
|
||||||
echo ***************************************
|
echo ***************************************
|
Loading…
x
Reference in New Issue
Block a user