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_stable | |
| parent | 90c2ec934e97d3d4c8012cd4f4ba5c3d04533c7c (diff) | |
grrm
Diffstat (limited to 'tools/installer_ng_stable')
| -rw-r--r-- | tools/installer_ng_stable/createstructure.bat | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/tools/installer_ng_stable/createstructure.bat b/tools/installer_ng_stable/createstructure.bat index 70bf9963de..48bc4a1120 100644 --- a/tools/installer_ng_stable/createstructure.bat +++ b/tools/installer_ng_stable/createstructure.bat @@ -40,19 +40,19 @@ curl.exe -o tmp\langpack_russian.zip https://miranda-ng.org/distr/stable/x32/Lan rem end
rem Extract
-..\%ZipIt%\7z.exe x tmp\InnoSetup5.7z -y -oTools
-..\%ZipIt%\7z.exe x tmp\miranda-ng-v%MirVer%.7z -y -oInnoNG_32\Files
-..\%ZipIt%\7z.exe x tmp\clist_blind_x32.zip -y -oInnoNG_32\Files
-..\%ZipIt%\7z.exe x tmp\clist_nicer_x32.zip -y -oInnoNG_32\Files
-..\%ZipIt%\7z.exe x tmp\cln_skinedit_x32.zip -y -oInnoNG_32\Files
-..\%ZipIt%\7z.exe x tmp\scriver_x32.zip -y -oInnoNG_32\Files
-..\%ZipIt%\7z.exe x tmp\miranda-ng-v%MirVer%_x64.7z -y -oInnoNG_64\Files
-..\%ZipIt%\7z.exe x tmp\clist_blind_x64.zip -y -oInnoNG_64\Files
-..\%ZipIt%\7z.exe x tmp\clist_nicer_x64.zip -y -oInnoNG_64\Files
-..\%ZipIt%\7z.exe x tmp\cln_skinedit_x64.zip -y -oInnoNG_64\Files
-..\%ZipIt%\7z.exe x tmp\scriver_x64.zip -y -oInnoNG_64\Files
-..\%ZipIt%\7z.exe x tmp\MNG_Sounds.7z -y -oInnoNG_32\Files
-..\%ZipIt%\7z.exe x tmp\MNG_Sounds.7z -y -oInnoNG_64\Files
-..\%ZipIt%\7z.exe x tmp\lang*.zip -y -oInnoNG_32\Files
-..\%ZipIt%\7z.exe x tmp\lang*.zip -y -oInnoNG_64\Files
+%CompressIt% x tmp\InnoSetup5.7z -y -oTools
+%CompressIt% x tmp\miranda-ng-v%MirVer%.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-v%MirVer%_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
|
