mirror of
				https://github.com/kepler155c/opus
				synced 2025-10-30 23:23:03 +00:00 
			
		
		
		
	packages stored in compressed state - experimental (with config option)
This commit is contained in:
		| @@ -106,7 +106,7 @@ local function install(name, isUpdate, ignoreDeps) | ||||
|  | ||||
| 	if Config.load('package').compression then | ||||
| 		local c = Tar.tar_string(packageDir) | ||||
| 		Util.writeFile(name .. '.tar.lzw', LZW.compress(c), 'wb') | ||||
| 		Util.writeFile(packageDir  .. '.tar.lzw', LZW.compress(c), 'wb') | ||||
| 		fs.delete(packageDir) | ||||
| 	end | ||||
| end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 kepler155c@gmail.com
					kepler155c@gmail.com