Skip to content

Commit

Permalink
remove .jar extension from dist.native.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 11, 2025
1 parent 69159fe commit e4bf782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ object `package` extends RootModule with InstallModule {

def jar = Task {
val previous = nativeImage().path
val executable = Task.dest / (previous.baseName + ".jar")
val executable = Task.dest / previous.baseName

Using(os.write.outputStream(executable)) { out =>
out.write(os.read.bytes(previous))
Expand Down

0 comments on commit e4bf782

Please sign in to comment.