Skip to content

Commit bb21f71

Browse files
committed
Remove Windows as a supported operating system
Windows will not be supported yet for the beta.
1 parent 2e51c95 commit bb21f71

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/onepassword/desktop_core.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ def find_1password_lib_path():
2323
"/opt/1Password/libop_sdk_ipc_client.so",
2424
"/snap/bin/1password/libop_sdk_ipc_client.so",
2525
]
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-
]
3226
else:
3327
raise OSError(f"Unsupported operating system: {os_name}")
3428

0 commit comments

Comments
 (0)