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
A mapped empty directory should be present in target .zip file.
Actual behaviour
A mapped empty directory is present in .tgz, .txz and .dmg but not .zip.
See attached example. When run with sbt universal:package{Bin,ZipTarball,XzTarball}, the target target/universal/packaging-demo-0.0.tgz and target/universal/packaging-demo-0.0.txz have folder emptydir inside them but target/universal/packaging-demo-0.0.zip doesn't.
Expected behaviour
A mapped empty directory should be present in target .zip file.
Actual behaviour
A mapped empty directory is present in .tgz, .txz and .dmg but not .zip.
See attached example. When run with
sbt universal:package{Bin,ZipTarball,XzTarball}
, the targettarget/universal/packaging-demo-0.0.tgz
andtarget/universal/packaging-demo-0.0.txz
have folderemptydir
inside them buttarget/universal/packaging-demo-0.0.zip
doesn't.Information
Demo:
sbt-native-packager_inconsistency.zip
The text was updated successfully, but these errors were encountered: