mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Merge branch 'master' into eop
This commit is contained in:
commit
197440c5c7
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue