fix: lazy Sparkle init to prevent macOS startup hang
This commit is contained in:
+4
-4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user