We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e51c95 commit bb21f71Copy full SHA for bb21f71
src/onepassword/desktop_core.py
@@ -23,12 +23,6 @@ def find_1password_lib_path():
23
"/opt/1Password/libop_sdk_ipc_client.so",
24
"/snap/bin/1password/libop_sdk_ipc_client.so",
25
]
26
- elif os_name == "Windows":
27
- locations = [
28
- r"C:\Program Files\1Password\op_sdk_ipc_client.dll",
29
- r"C:\Program Files (x86)\1Password\op_sdk_ipc_client.dll",
30
- str(Path.home() / r"AppData\Local\1Password\op_sdk_ipc_client.dll"),
31
- ]
32
else:
33
raise OSError(f"Unsupported operating system: {os_name}")
34
0 commit comments