leanflutter/auto_updater

[Windows] The app just closes when it says 'install update'

ollyde opened this issue · 5 comments

Below

It works in debugger mode, but not in release mode (msix) it seems.

So starting in debugger mode and tapping update, everything works fine.
Soon as we package with msix and release, it crashes on update.

Our release looks like so using msix: ^3.6.2

// Create and get signature
flutter pub run msix:create

// pubspec.yaml
msix_config:
  display_name: TestApp
  publisher_display_name: Polydelic
  identity_name: com.polydelic.test
  msix_version: 1.0.0.0
  logo_path: ios\Runner\Assets.xcassets\AppIcon.appiconset\1024.png
  capabilities: internetClient, location, microphone, webcam

For anyone else that's stuck on this, you can use INNO 6. It works great on release :-)

winsparkle may not support msix