Skip to content

Commit 2cf6a73

Browse files
committed
change dll path
1 parent c1aff3d commit 2cf6a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dargon2_flutter/dargon2_flutter_desktop/lib/src/native/desktop_lib_loader.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ class DesktopLibLoader implements LibLoader {
3131
@override
3232
String getPath() =>
3333
Platform.isLinux ? Platform.environment['LIBFOO_PATH'] ?? "libargon2.so"
34-
: "libargon2.dll";
34+
: "argon2.dll";
3535

3636
}

0 commit comments

Comments
 (0)