summaryrefslogtreecommitdiff
path: root/tools/installer_ng
diff options
context:
space:
mode:
authorwatcher <watcherhd@gmail.com>2016-11-15 13:04:03 +0200
committerwatcher <watcherhd@gmail.com>2016-11-15 13:04:03 +0200
commit2ca7134bc008c44ac095c336416b577b96cde7f4 (patch)
treedb56eee997daab99a60d12cdb6458f0cb8e951c1 /tools/installer_ng
parentc19f2f90fa1e72f346e511fa166f461f890ede7c (diff)
installer fix
Diffstat (limited to 'tools/installer_ng')
-rw-r--r--tools/installer_ng/MirandaNG.iss1
-rw-r--r--tools/installer_ng/compile.bat2
2 files changed, 1 insertions, 2 deletions
diff --git a/tools/installer_ng/MirandaNG.iss b/tools/installer_ng/MirandaNG.iss
index 8508a3cb96..a73c03d035 100644
--- a/tools/installer_ng/MirandaNG.iss
+++ b/tools/installer_ng/MirandaNG.iss
@@ -83,7 +83,6 @@ Source: "Files\Libs\Zlib.mir"; DestDir: "{app}\Libs"; Components: program; Flags
Source: "Files\Core\StdAuth.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Core\StdAutoAway.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Core\StdAway.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
-Source: "Files\Core\StdChat.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Core\StdClist.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Core\StdCrypt.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Core\StdEmail.dll"; DestDir: "{app}\Core"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
diff --git a/tools/installer_ng/compile.bat b/tools/installer_ng/compile.bat
index d964d05f50..7f763d4319 100644
--- a/tools/installer_ng/compile.bat
+++ b/tools/installer_ng/compile.bat
@@ -3,7 +3,7 @@ set GetVer=for /F "tokens=1,2,3 delims= " %%i in (build.no) do set MirVer=%%i.%%
rem Get version
if exist ..\..\build\build.no goto localgetver
if not exist tmp mkdir tmp
-Tools\wget.exe -O tmp\build.no http://svn.miranda-ng.org/main/trunk/build/build.no
+copy /V /Y ..\..\build\build.no tmp\build.no
pushd tmp
%GetVer%
popd