mirror of
https://github.com/skylot/jadx.git
synced 2024-11-23 21:00:06 +00:00
build: fix win bundle script
This commit is contained in:
parent
95c07a4e76
commit
76cf9596e2
@ -155,7 +155,7 @@ val distWinWithJre by tasks.registering(Zip::class) {
|
||||
from(copyDistWinWithJre.get().outputs) {
|
||||
include("**/*")
|
||||
}
|
||||
into(layout.buildDirectory)
|
||||
into(layout.buildDirectory.asFile)
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user