fix: lazy Sparkle init to prevent macOS startup hang

This commit is contained in:
edde746
2026-03-09 14:39:16 +01:00
parent 16e96cdde0
commit 92dfe5b41f
2 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -61,7 +61,7 @@ dependencies:
git:
url: https://github.com/edde746/auto_updater
path: packages/auto_updater
ref: 5d1046a
ref: 9e150f7
dev_dependencies:
flutter_test:
@@ -77,17 +77,17 @@ dependency_overrides:
auto_updater_platform_interface:
git:
url: https://github.com/edde746/auto_updater
ref: 5d1046a
ref: 9e150f7
path: packages/auto_updater_platform_interface
auto_updater_macos:
git:
url: https://github.com/edde746/auto_updater
ref: 5d1046a
ref: 9e150f7
path: packages/auto_updater_macos
auto_updater_windows:
git:
url: https://github.com/edde746/auto_updater
ref: 5d1046a
ref: 9e150f7
path: packages/auto_updater_windows
flutter: