Skip to content

Commit

Permalink
Added sign settings
Browse files Browse the repository at this point in the history
  • Loading branch information
NickP0is0n committed Sep 25, 2021
1 parent e8123c5 commit cf0574c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ compose.desktop {
bundleID = "me.nickp0is0n.easylocalize"
dockName = "EasyLocalize"
iconFile.set(project.file("easylocalize_logo.icns"))
signing {
sign.set(true)
identity.set("[email protected]")
keychain.set("/Users/mykolachaikovskyi/Library/Keychains/login.keychain-db")
}
}
}
}
Expand Down

0 comments on commit cf0574c

Please sign in to comment.