=Added comment to convertto-zip for clarity
This commit is contained in:
parent
b92f8fb9e8
commit
8cbb2e2252
|
@ -2,6 +2,7 @@
|
|||
[string]$SourcePath=".",
|
||||
[string]$SourceSet="*.rar",
|
||||
[switch]$Recurse,
|
||||
# The extension of the output zip file, don't forget to include the dot, default is ".zip"
|
||||
[string]$ZipExtension=".zip",
|
||||
[string]$ZipDestPath="./zipped",
|
||||
[string]$ZipOptions="-mm=Deflate -mfb=258 -mpass=15",
|
||||
|
|
Loading…
Reference in New Issue