diff options
Diffstat (limited to 'tools/installer_ng')
-rw-r--r-- | tools/installer_ng/createstructure.bat | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/tools/installer_ng/createstructure.bat b/tools/installer_ng/createstructure.bat index 522897812c..c10d10a94e 100644 --- a/tools/installer_ng/createstructure.bat +++ b/tools/installer_ng/createstructure.bat @@ -29,19 +29,19 @@ curl.exe -o tmp\langpack_russian.zip https://miranda-ng.org/x32/Languages/langpa rem end
rem Extract
-%ZipIt% x tmp\InnoSetup5.7z -y -oTools
-%ZipIt% x tmp\miranda-ng-alpha-latest.7z -y -oInnoNG_32\Files
-%ZipIt% x tmp\clist_blind_x32.zip -y -oInnoNG_32\Files
-%ZipIt% x tmp\clist_nicer_x32.zip -y -oInnoNG_32\Files
-%ZipIt% x tmp\cln_skinedit_x32.zip -y -oInnoNG_32\Files
-%ZipIt% x tmp\scriver_x32.zip -y -oInnoNG_32\Files
-%ZipIt% x tmp\miranda-ng-alpha-latest_x64.7z -y -oInnoNG_64\Files
-%ZipIt% x tmp\clist_blind_x64.zip -y -oInnoNG_64\Files
-%ZipIt% x tmp\clist_nicer_x64.zip -y -oInnoNG_64\Files
-%ZipIt% x tmp\cln_skinedit_x64.zip -y -oInnoNG_64\Files
-%ZipIt% x tmp\scriver_x64.zip -y -oInnoNG_64\Files
-%ZipIt% x tmp\MNG_Sounds.7z -y -oInnoNG_32\Files
-%ZipIt% x tmp\MNG_Sounds.7z -y -oInnoNG_64\Files
-%ZipIt% x tmp\lang*.zip -y -oInnoNG_32\Files
-%ZipIt% x tmp\lang*.zip -y -oInnoNG_64\Files
+%CompressIt% x tmp\InnoSetup5.7z -y -oTools
+%CompressIt% x tmp\miranda-ng-alpha-latest.7z -y -oInnoNG_32\Files
+%CompressIt% x tmp\clist_blind_x32.zip -y -oInnoNG_32\Files
+%CompressIt% x tmp\clist_nicer_x32.zip -y -oInnoNG_32\Files
+%CompressIt% x tmp\cln_skinedit_x32.zip -y -oInnoNG_32\Files
+%CompressIt% x tmp\scriver_x32.zip -y -oInnoNG_32\Files
+%CompressIt% x tmp\miranda-ng-alpha-latest_x64.7z -y -oInnoNG_64\Files
+%CompressIt% x tmp\clist_blind_x64.zip -y -oInnoNG_64\Files
+%CompressIt% x tmp\clist_nicer_x64.zip -y -oInnoNG_64\Files
+%CompressIt% x tmp\cln_skinedit_x64.zip -y -oInnoNG_64\Files
+%CompressIt% x tmp\scriver_x64.zip -y -oInnoNG_64\Files
+%CompressIt% x tmp\MNG_Sounds.7z -y -oInnoNG_32\Files
+%CompressIt% x tmp\MNG_Sounds.7z -y -oInnoNG_64\Files
+%CompressIt% x tmp\lang*.zip -y -oInnoNG_32\Files
+%CompressIt% x tmp\lang*.zip -y -oInnoNG_64\Files
rem end
|