Bundle archives no longer have a top level directory
hseeberger opened this issue · 6 comments
hseeberger commented
Thanks to sbt/sbt-native-packager#276 :-(
muuki88 commented
You should be able to configure this. By default top-level directories should be like they were before the change.
Do you have a small example to reproduce the error?
hseeberger commented
muuki88 commented
Ah, okay. Shouldn't be to hard to fix :)
hseeberger commented
No, but writing a test for it is pretty hard ;-)
muuki88 commented
Here is a test checking the contents of a zip (probably you already know)
huntc commented
Ah, so that what was what that param was for. :-P