We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29ffa2 commit d4c4433Copy full SHA for d4c4433
1 file changed
build.gradle
@@ -232,10 +232,8 @@ project(":ui") {
232
// so instead, we simply rename the artifact to append the architecture (x86 or x64)
233
jfxDeploy.doLast {
234
def filet = fileTree(dir: 'build/distributions', include: "${javafx.appName}-${version}.*")
235
- println filet
236
filet.each { File f ->
237
def f2 = new File(f.getParentFile(), "${f.getName().replace("${version}", "${version}-${arch}")}")
238
- println f2.getAbsolutePath()
239
f.renameTo(f2)
240
}
241
0 commit comments