leanflutter / flutter_distributor

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
https://distributor.leanflutter.dev/
MIT License
772 stars 106 forks source link

When building the .exe package, how to configure codesign? #152

Closed zmhu closed 2 months ago

zmhu commented 7 months ago

I did not find any information about configuring codesign when packaging the exe file in the document. If this feature is not available, can it be added?

cybrox commented 7 months ago

flutter_distributor uses InnoSetup for creating .exe packages. So you can follow their documentation for configuring signing.

See this part of the docs on how to provide a custom Inno Setup config.

lijy91 commented 2 months ago

provide

that's right