Skip to content

Commit 1631952

Browse files
authored
feat(unzip,zipinfo): generate *.crx (Google Chrome Extension archives) (#1406)
Discussion: \ #1404 (comment) Reference: \ https://developer.chrome.com/docs/chromedriver/extensions?hl=en
1 parent ee6fa48 commit 1631952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_completion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3157,7 +3157,7 @@ _comp__init_install_xspec()
31573157
}
31583158
# bzcmp, bzdiff, bz*grep, bzless, bzmore intentionally not here, see Debian: #455510
31593159
_comp__init_install_xspec '!*.?(t)bz?(2)' bunzip2 bzcat pbunzip2 pbzcat lbunzip2 lbzcat
3160-
_comp__init_install_xspec '!*.@(zip|[aegjkswx]ar|exe|pk3|wsz|zargo|xpi|s[tx][cdiw]|sx[gm]|o[dt][tspgfc]|od[bm]|oxt|?(o)xps|epub|cbz|apk|apk[ms]|aab|xapk|ipa|hap|do[ct][xm]|p[op]t[mx]|xl[st][xm]|pyz|vsix|whl|[Ff][Cc][Ss]td)' unzip zipinfo
3160+
_comp__init_install_xspec '!*.@(zip|[aegjkswx]ar|exe|pk3|wsz|zargo|xpi|crx|s[tx][cdiw]|sx[gm]|o[dt][tspgfc]|od[bm]|oxt|?(o)xps|epub|cbz|apk|apk[ms]|aab|xapk|ipa|hap|do[ct][xm]|p[op]t[mx]|xl[st][xm]|pyz|vsix|whl|[Ff][Cc][Ss]td)' unzip zipinfo
31613161
_comp__init_install_xspec '*.Z' compress znew
31623162
# zcmp, zdiff, z*grep, zless, zmore intentionally not here, see Debian: #455510
31633163
_comp__init_install_xspec '!*.@(Z|[gGd]z|t[ag]z)' gunzip zcat

0 commit comments

Comments
 (0)