Skip to content

Commit 742761d

Browse files
committed
Fixed signing bug
[skip ci]
1 parent ba97f23 commit 742761d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ tasks.register<Copy>("renameWindres") {
398398
into(dir)
399399
}
400400
tasks.register<Exec>("signResources"){
401+
onlyIf { org.gradle.internal.os.OperatingSystem.current().isMacOsX }
401402
val distributable = tasks.named<AbstractJPackageTask>("createDistributable").get()
402403
dependsOn(distributable)
403404

0 commit comments

Comments
 (0)