summaryrefslogtreecommitdiff
path: root/avfs.py
diff options
context:
space:
mode:
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):