summaryrefslogtreecommitdiff
path: root/tools/installer_ng
diff options
context:
space:
mode:
Diffstat (limited to 'tools/installer_ng')
-rw-r--r--tools/installer_ng/Common/GenerateInnoGuiCompatScript.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/installer_ng/Common/GenerateInnoGuiCompatScript.bat b/tools/installer_ng/Common/GenerateInnoGuiCompatScript.bat
index dc97c96507..d694a5d2d0 100644
--- a/tools/installer_ng/Common/GenerateInnoGuiCompatScript.bat
+++ b/tools/installer_ng/Common/GenerateInnoGuiCompatScript.bat
@@ -4,9 +4,16 @@ set BomRem=http://miranda-ng.org/distr/installer/bom_remove.exe
set BomAdd=http://miranda-ng.org/distr/installer/bom_add.exe
for %%* in (.) do set InnoX=%%~n*
rem Get version
+if exist ..\..\..\build\build.no goto localgetver
..\Tools\wget.exe -O build.no http://svn.miranda-ng.org/main/trunk/build/build.no
%GetVer%
del /F /Q build.no
+goto esclocal
+:localgetver
+pushd ..\..\..\build
+%GetVer%
+popd
+:esclocal
rem end
rem Create Inno setup compatible script that compiles without passing parameters to compiler