This commit is contained in:
Igor Timofeev 2017-01-22 11:29:03 +03:00
parent 9b18c6b187
commit 775fab4617
2 changed files with 2 additions and 2 deletions

View File

@ -378,7 +378,7 @@
name="lib/compressor.lua",
url="IgorTimofeev/OpenComputers/master/lib/compressor.lua",
type="Library",
version=1.02,
version=1.03,
},
{
name="lib/xmlParser.lua",

View File

@ -183,7 +183,7 @@ function compressor.unpack(pathToCompressedFile, pathWhereToUnpack)
compressedFile:close()
end
function compressor.packAll(pathToCompressedFile)
function compressor.packEntireFilesystem(pathToCompressedFile)
compressor.pack(pathToCompressedFile, getFileList("/"))
end