Hi everyone, I have a question, how to implement c...
# compose-desktop
d
Hi everyone, I have a question, how to implement code signing with windows? I managed to implement my code signing task and I'm able to sign Msi however, I don't see that exe file is created, so after the installation, installed exe file is unsigned 馃槥
u
You can use Conveyor
j
Not possible out of the box at this moment: https://youtrack.jetbrains.com/issue/CMP-5285, but possible with the abovementioned Conveyor.
馃憤 2
d
I don't like Conveyor's pricing model 馃槥 so I will end up writing a custom gradle task which will depend on createDistributable
u
You can use the windows store too
馃憤 1
d
I ended up creating a few custom tasks instead of using packageMsi https://gist.github.com/dlozanovic/386e14cbde3fdf5449fde075058becbb
thank you color 3