diff options
Diffstat (limited to 'nimgen.nim')
| -rw-r--r-- | nimgen.nim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ proc execProc(cmd: string): string = quit(1) proc extractZip(zipfile: string) = - var cmd = "unzip $#" + var cmd = "unzip -o $#" if defined(Windows): cmd = "powershell -nologo -noprofile -command \"& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::ExtractToDirectory('$#', '.'); }\"" |
