diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2017-12-04 11:06:01 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2017-12-04 11:06:01 -0600 |
| commit | 0611d7de5aae1c73b67cdd952b414eeace1e3783 (patch) | |
| tree | bc153dc54d5cee49f4572be4a4616888984aac29 | |
| parent | 9bcabd23e3c542937e12b25aae94f6eb43ff75c4 (diff) | |
| download | nimgen-0611d7de5aae1c73b67cdd952b414eeace1e3783.tar.gz nimgen-0611d7de5aae1c73b67cdd952b414eeace1e3783.zip | |
Overwrite on unzipv0.1.1
| -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('$#', '.'); }\"" |
