From d7c84268a26a4391af55a3533422367b02737435 Mon Sep 17 00:00:00 2001 From: Daniel Gnoutcheff Date: Mon, 23 Jan 2017 18:38:22 -0500 Subject: Misc. unrecorded changes --- avfs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'avfs.py') diff --git a/avfs.py b/avfs.py index 5ab7bea..c05d7aa 100644 --- a/avfs.py +++ b/avfs.py @@ -69,6 +69,7 @@ avfscmds = { (b'.txz', b'#uxze#utar'), (b'.xz', b'#uxze'), (b'.lzma', b'#uxze'), + (b'.vsix', b'#uzip'), # Add upstream } def guesscmd(filename): -- cgit v1.2.1