aports/testing/yubico-authenticator/system-path.patch
2026-04-06 12:56:22 +00:00

13 lines
405 B
Diff

diff --git a/lib/desktop/init.dart b/lib/desktop/init.dart
index 43a2ddfe..6a978f31 100755
--- a/lib/desktop/init.dart
+++ b/lib/desktop/init.dart
@@ -203,6 +203,7 @@ Future<Widget> initialize(List<String> argv) async {
Uri.file(Platform.resolvedExecutable).resolve('features.json').toFilePath(),
);
+ exe = 'authenticator-helper';
final rpcFuture = _initHelper(exe!);
_initLicenses();