You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used on windows with path ./ only files starting with . are added to the zip file instead of the whole folder.
Probably because of the command used for windows: powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::CreateFromDirectory('${inPath}', '${outPath}'); }"
The text was updated successfully, but these errors were encountered:
When used on windows with path
./
only files starting with.
are added to the zip file instead of the whole folder.Probably because of the command used for windows:
powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::CreateFromDirectory('${inPath}', '${outPath}'); }"
The text was updated successfully, but these errors were encountered: