Изменения от Главреда ГитЖС | Changes of GitJS Glavred

This commit is contained in:
Главред | Glavred
2021-01-22 14:40:08 +03:00
parent 3389c5637b
commit ca8563ee28
2 changed files with 3 additions and 2 deletions

2
0000
View File

@@ -1,5 +1,5 @@
Архивировать МАОН
0.3.2
0.3.3
https://git.opengamestudio.org/kornerr/APXuBuPOBATb-MAOH
/🏁.js

View File

@@ -49,7 +49,8 @@
for (var файл in м.структура)
{
var содержимое = м.содержимое[файл];
директория.file(файл, содержимое);
console.debug("задание содержимого файла:", файл);
директория.file(файл.substring(1), содержимое);
}
}
мир.архив = архив;