summaryrefslogtreecommitdiff
path: root/avfs.py
diff options
context:
space:
mode:
authorDaniel Gnoutcheff <gnoutchd@softwarefreedom.org>2017-01-23 18:38:22 -0500
committerDaniel Gnoutcheff <gnoutchd@softwarefreedom.org>2017-01-23 18:49:28 -0500
commitd7c84268a26a4391af55a3533422367b02737435 (patch)
tree7dd461cc35542d9ca155ced836c0bda53450bc0d /avfs.py
parent7fc88c0c901b68b6e223d6f1383bc1221eae8488 (diff)
Misc. unrecorded changes
Diffstat (limited to 'avfs.py')
-rw-r--r--avfs.py1
1 files changed, 1 insertions, 0 deletions
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):