cbeust / kobalt

A Kotlin-based build system for the JVM.
Apache License 2.0
432 stars 60 forks source link

kobalt-1.0.73.zip broken #426

Closed neutric closed 7 years ago

neutric commented 7 years ago

Backslashes got in there:

% unzip kobalt-1.0.73.zip
Archive:  kobalt-1.0.73.zip
  inflating: kobalt-1.0.73\bin/kobaltw
  inflating: kobalt-1.0.73\bin/kobaltw.bat
  inflating: kobalt-1.0.73\kobalt\wrapper/kobalt-1.0.73.jar
  inflating: kobalt-1.0.73\kobalt\wrapper/kobalt-wrapper.jar
  inflating: kobalt-1.0.73\kobalt\wrapper/kobalt-1.0.73-sources.jar

1.0.72 was okay still:

%  unzip kobalt-1.0.72.zip
Archive:  kobalt-1.0.72.zip
  inflating: kobalt-1.0.72/bin/kobaltw
  inflating: kobalt-1.0.72/bin/kobaltw.bat
  inflating: kobalt-1.0.72/kobalt/wrapper/kobalt-1.0.72.jar
  inflating: kobalt-1.0.72/kobalt/wrapper/kobalt-wrapper.jar
  inflating: kobalt-1.0.72/kobalt/wrapper/kobalt-1.0.72-sources.jar
cbeust commented 7 years ago

Oops good catch. Will fix and add a test to make sure this doesn't happen again.

neutric commented 7 years ago

All good again in 1.0.74, thanks!