mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
Allow ultimate_extractor
to unzip exe files (#1075)
The unzip command can unzip exe files, this reflects that in `ultimate_extractor.nu`
This commit is contained in:
parent
095fa411c7
commit
13de3375c0
1 changed files with 14 additions and 14 deletions
|
@ -12,7 +12,7 @@ export def extract [name:string] {
|
|||
['rar' 'unrar x']
|
||||
['tar' 'tar xvf']
|
||||
['xz' 'xz --decompress']
|
||||
['zip|war|jar|nupkg' 'unzip']
|
||||
['zip|war|jar|nupkg|exe' 'unzip']
|
||||
['Z' 'uncompress']
|
||||
['7z' '7za x']
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue