diff options
author | George Hazan <ghazan@miranda.im> | 2019-12-11 16:47:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-12-11 16:47:46 +0300 |
commit | c1f5051afa6c3da16231e2af5b8e52d2c0de0090 (patch) | |
tree | 993053fc93ddc6517d729f6d33feeed2e1ba8e88 /tools/installer_ng | |
parent | 90c2ec934e97d3d4c8012cd4f4ba5c3d04533c7c (diff) |
grrm
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
|