https://kotlinlang.org logo
s

spierce7

08/09/2022, 7:43 PM
I need to be able to modify a compose desktop executable before it’s packaged into an MSI. I need to alter the compiled manifest, so I can set the
requestedExecutionLevel
1. Is it possible to modify / set the executable’s manifest through an option? (I don’t think it is) 2. Is it possible to modify the contents before it’s packaged into an MSI?
5 Views