From c00d1d01ba72a6a00a915dd9c303e9322264f2ee Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 30 Jan 2014 13:18:43 +0000 Subject: adjustment for removing clist_nicer from basic archive git-svn-id: http://svn.miranda-ng.org/main/trunk@7959 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/installer_ng/createstructure.bat | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools/installer_ng/createstructure.bat') diff --git a/tools/installer_ng/createstructure.bat b/tools/installer_ng/createstructure.bat index 0875c597a8..efb205aebc 100644 --- a/tools/installer_ng/createstructure.bat +++ b/tools/installer_ng/createstructure.bat @@ -16,6 +16,10 @@ Tools\wget.exe -O tmp\miranda-ng-alpha-latest.7z http://miranda-ng.org/distr/mir Tools\wget.exe -O tmp\miranda-ng-alpha-latest_x64.7z http://miranda-ng.org/distr/miranda-ng-alpha-latest_x64.7z Tools\wget.exe -O tmp\clist_blind_x32.zip http://miranda-ng.org/x32/Plugins/clist_blind.zip Tools\wget.exe -O tmp\clist_blind_x64.zip http://miranda-ng.org/x64/Plugins/clist_blind.zip +Tools\wget.exe -O tmp\clist_nicer_x32.zip http://miranda-ng.org/x32/Plugins/clist_nicer.zip +Tools\wget.exe -O tmp\clist_nicer_x64.zip http://miranda-ng.org/x64/Plugins/clist_nicer.zip +Tools\wget.exe -O tmp\cln_skinedit_x32.zip http://miranda-ng.org/x32/Plugins/cln_skinedit.zip +Tools\wget.exe -O tmp\cln_skinedit_x64.zip http://miranda-ng.org/x64/Plugins/cln_skinedit.zip Tools\wget.exe -O tmp\scriver_x32.zip http://miranda-ng.org/x32/Plugins/scriver.zip Tools\wget.exe -O tmp\scriver_x64.zip http://miranda-ng.org/x64/Plugins/scriver.zip Tools\wget.exe -O tmp\langpack_czech.zip http://miranda-ng.org/x32/langpack_czech.zip @@ -30,9 +34,13 @@ rem Extract ..\7-zip\7z.exe x tmp\InnoSetup5.7z -y -oTools ..\7-zip\7z.exe x tmp\miranda-ng-alpha-latest.7z -y -oInnoNG_32\Files ..\7-zip\7z.exe x tmp\clist_blind_x32.zip -y -oInnoNG_32\Files +..\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\miranda-ng-alpha-latest_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\MNG_Sounds.7z -y -oInnoNG_32\Files ..\7-zip\7z.exe x tmp\MNG_Sounds.7z -y -oInnoNG_64\Files -- cgit v1.2.3