X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e0cad5d38915cdfc04aba73ca5c85cdaf2ccf3d..218e641ac2c38b4e81873d314ea3841b0314f5b8:/build/tools/bld_chm_exe.bat?ds=sidebyside diff --git a/build/tools/bld_chm_exe.bat b/build/tools/bld_chm_exe.bat index d3a8b20556..6c70dd3edb 100644 --- a/build/tools/bld_chm_exe.bat +++ b/build/tools/bld_chm_exe.bat @@ -1,5 +1,5 @@ rem Uncomment the next line to set the version; used also in wxWidgets.iss -SET WXW_VER=2.9.3-rc2 +SET WXW_VER=2.9.5 if (%WXW_VER%)==() SET WXW_VER=SVN echo docs building for %WXW_VER% @@ -74,6 +74,7 @@ mkdir %INNO%\docs\htmlhelp copy %WXWIN%\docs\doxygen\out\wx.chm %INNO%\docs\htmlhelp\wx.chm cd %WXWIN%\build\tools iscc wxwidgets.iss >> c:\temp.log +copy %INNO%\..\wxMSW-%WXW_VER%-Setup.exe c:\daily echo docs built for %WXW_VER% echo docs built for %WXW_VER% >> c:\temp.log