YehudaKremer / msix

Create Msix installer for flutter windows-build files.
https://pub.dev/packages/msix
MIT License
279 stars 69 forks source link

[FEATURE REQUEST] Option to setup custom path for signtool.exe #261

Open JHenneberg opened 7 months ago

JHenneberg commented 7 months ago

:speech_balloon: Description

We are using a a remote signing tool and for this we need to provide a custom path to this tool. It accepts the same arguments as std signtool.exe

msix_config:
  signtool_path: ".\tools\remotesign.exe"
dart run msix:publish --release --signtool_path ".\tools\remotesign.exe"

:question: Platform

Windows