Skip to content

Commit a8b5821

Browse files
committed
fix the path based off of the linux given one
1 parent 5da73c3 commit a8b5821

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 ? "${File(Platform.resolvedExecutable).parent.path}"
34-
"/lib/shared_library/libargon2.so" : "argon2.dll";
34+
"/lib/libargon2.so" : "argon2.dll";
3535

3636
}

0 commit comments

Comments
 (0)