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
On windows the joinZipPathSegments of the FilePathUtils does not work properly on windows. This is because files are not seperated by /, but rather by \. A hotfix was provided in #1591, but a proper solution is needed for the future.
The text was updated successfully, but these errors were encountered:
On windows the
joinZipPathSegments
of theFilePathUtils
does not work properly on windows. This is because files are not seperated by/
, but rather by\
. A hotfix was provided in #1591, but a proper solution is needed for the future.The text was updated successfully, but these errors were encountered: