From 775fab4617d2e8a3845d2239562b7cabc4548213 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 22 Jan 2017 11:29:03 +0300 Subject: [PATCH] aef --- Applications.txt | 2 +- lib/compressor.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications.txt b/Applications.txt index aaf85754..eaf0d48e 100644 --- a/Applications.txt +++ b/Applications.txt @@ -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", diff --git a/lib/compressor.lua b/lib/compressor.lua index 04a06b5c..9e13c1cd 100644 --- a/lib/compressor.lua +++ b/lib/compressor.lua @@ -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