Update python-fu-removebg.py

This commit is contained in:
Maniu
2025-05-28 21:08:46 +02:00
committed by GitHub
parent 9ab7772ac0
commit 1dd22700bd

View File

@@ -35,8 +35,8 @@ def find_rembg_install() -> Optional[Path]:
# Common installation paths # Common installation paths
if sys.platform == "win32": if sys.platform == "win32":
possible_paths = [ possible_paths = [
Path("C:/Program Files (x86)/RemBG/"), Path("C:/Program Files (x86)/Rembg/"),
Path("C:/Program Files/RemBG/"), Path("C:/Program Files/Rembg/"),
] ]
for path in possible_paths: for path in possible_paths: