mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-08 04:02:40 +01:00
aef
This commit is contained in:
parent
9b18c6b187
commit
775fab4617
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user