From 413438b25993e9cfd9b07cfbf0371624780f7154 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 17 Feb 2014 11:39:01 +0000 Subject: installer fix git-svn-id: http://svn.miranda-ng.org/main/trunk@8152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/installer_ng_stable/createstructure.bat | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/installer_ng_stable/createstructure.bat') diff --git a/tools/installer_ng_stable/createstructure.bat b/tools/installer_ng_stable/createstructure.bat index c21e6228b8..73332f7b7d 100644 --- a/tools/installer_ng_stable/createstructure.bat +++ b/tools/installer_ng_stable/createstructure.bat @@ -34,6 +34,8 @@ Tools\wget.exe -O tmp\cln_skinedit_x32.zip http://miranda-ng.org/distr/stable/x3 Tools\wget.exe -O tmp\cln_skinedit_x64.zip http://miranda-ng.org/distr/stable/x64/Plugins/cln_skinedit.zip Tools\wget.exe -O tmp\scriver_x32.zip http://miranda-ng.org/distr/stable/x32/Plugins/scriver.zip Tools\wget.exe -O tmp\scriver_x64.zip http://miranda-ng.org/distr/stable/x64/Plugins/scriver.zip +Tools\wget.exe -O tmp\dbchecker_x32.zip http://miranda-ng.org/distr/installer/dbchecker_x32.zip +Tools\wget.exe -O tmp\dbchecker_x64.zip http://miranda-ng.org/distr/installer/dbchecker_x64.zip Tools\wget.exe -O tmp\langpack_czech.zip http://miranda-ng.org/distr/stable/x32/langpack_czech.zip Tools\wget.exe -O tmp\langpack_german.zip http://miranda-ng.org/distr/stable/x32/langpack_german.zip Tools\wget.exe -O tmp\langpack_polish.zip http://miranda-ng.org/distr/stable/x32/langpack_polish.zip @@ -49,11 +51,13 @@ rem Extract ..\7-zip\7z.exe x tmp\clist_nicer_x32.zip -y -oInnoNG_32\Files ..\7-zip\7z.exe x tmp\cln_skinedit_x32.zip -y -oInnoNG_32\Files ..\7-zip\7z.exe x tmp\scriver_x32.zip -y -oInnoNG_32\Files +..\7-zip\7z.exe x tmp\dbchecker_x32.zip -y -oInnoNG_32\Files ..\7-zip\7z.exe x tmp\miranda-ng-v%MirVer%_x64.7z -y -oInnoNG_64\Files ..\7-zip\7z.exe x tmp\clist_blind_x64.zip -y -oInnoNG_64\Files ..\7-zip\7z.exe x tmp\clist_nicer_x64.zip -y -oInnoNG_64\Files ..\7-zip\7z.exe x tmp\cln_skinedit_x64.zip -y -oInnoNG_64\Files ..\7-zip\7z.exe x tmp\scriver_x64.zip -y -oInnoNG_64\Files +..\7-zip\7z.exe x tmp\dbchecker_x64.zip -y -oInnoNG_64\Files ..\7-zip\7z.exe x tmp\MNG_Sounds.7z -y -oInnoNG_32\Files ..\7-zip\7z.exe x tmp\MNG_Sounds.7z -y -oInnoNG_64\Files ..\7-zip\7z.exe x tmp\lang*.zip -y -oInnoNG_32\Files -- cgit v1.2.3