Updates to lauch files, add Utils with 7-Zip and lua

Known bug : .lauch file Generate doc doesn't work, it needs an update to luadocumentor.bat
This commit is contained in:
Grey-Echo
2017-04-02 12:37:25 +02:00
parent 6c4c149349
commit 1a863261a8
245 changed files with 74051 additions and 72 deletions
@@ -17,7 +17,7 @@ For /R %1 %%M IN (*.miz) do (
copy ..\..\Moose.lua l10n\DEFAULT > NUL:
copy "%%~pM%%~nM.lua" l10n\DEFAULT\*.* > NUL:
rem dir l10n\DEFAULT
7z -bb0 u "%%M" "l10n\DEFAULT\*.lua" > NUL:
"%~dp0..\..\Utils\7-Zip\7z" -bb0 u "%%M" "l10n\DEFAULT\*.lua" > NUL:
cd ..
rmdir /S /Q Temp
)