Merge branch 'master' into eop

This commit is contained in:
Ben Hambrecht 2018-04-10 21:43:06 +02:00
commit 197440c5c7

View file

@ -145,6 +145,8 @@ def handle_scene(scene, **config):
commands = ["open"] commands = ["open"]
if (platform.system() == "Linux"): if (platform.system() == "Linux"):
commands = ["xdg-open"] commands = ["xdg-open"]
elif (platform.system() == "Windows"):
commands = ["start"]
if config["show_file_in_finder"]: if config["show_file_in_finder"]:
commands.append("-R") commands.append("-R")