Skip to content

Commit

Permalink
.github: fixed the Win RCP
Browse files Browse the repository at this point in the history
  • Loading branch information
danielratiu committed Nov 21, 2024
1 parent 7d66b3c commit f967b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ tasks {
val fixJNA by registering(Copy::class) {
dependsOn(deleteJBR)
from("$artifactsDir/com.mbeddr.formal.safetyDistribution/tmp/fasten-${version}/lib/jna/amd64/jinidispatch.dll") {
into "$artifactsDir/com.mbeddr.formal.safetyDistribution/tmp/fasten-${version}/lib/jna"
into("$artifactsDir/com.mbeddr.formal.safetyDistribution/tmp/fasten-${version}/lib/jna")
}
}

Expand All @@ -385,7 +385,7 @@ tasks {
archiveBaseName.set("fasten-${version}-Win")
from(zipTree("$artifactsDir/com.mbeddr.formal.safetyDistribution/fasten-${version}_with_removed_JBR.zip"))
from(tarTree("$jdkDir/jbr_jcef-windows-x64.tgz")) {
include "**/*.*"
include("**/*.*")
into("jbr")
}
}
Expand Down

0 comments on commit f967b1f

Please sign in to comment.