Some more work on ExtractTo

Added Xz compression support
Started testing using a big squashfs fil (particularly the squashfs from an Arch Linux install img)
This commit is contained in:
Caleb Gardner
2020-11-30 03:53:57 -06:00
parent 508a33b323
commit c5c6291643
7 changed files with 156 additions and 31 deletions
+1
View File
@@ -4,4 +4,5 @@ go 1.15
require (
github.com/CalebQ42/GoAppImage v0.4.0
github.com/ulikunitz/xz v0.5.8
)