diff --git a/extract_scene.py b/extract_scene.py index f35d3564..be869e27 100644 --- a/extract_scene.py +++ b/extract_scene.py @@ -145,6 +145,8 @@ def handle_scene(scene, **config): commands = ["open"] if (platform.system() == "Linux"): commands = ["xdg-open"] + elif (platform.system() == "Windows"): + commands = ["start"] if config["show_file_in_finder"]: commands.append("-R")