diff options
Diffstat (limited to 'tools.json')
-rw-r--r-- | tools.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ { "Name": "dpic", "Cmd": "dpic", - "Args": ["-z", "-v"], + "Args": ["-z", "-v"], "Suffix": ".pic", "BgColor": "Green", "Documentation": { @@ -29,7 +29,7 @@ { "Name": "povray", "Cmd": "povray", - "Args": ["+O-", "-D", "+A0.9", "+R3"], + "Args": ["+O-", "-D", "+A0.9", "+R3", "+ua"], "Suffix": ".pov", "NeedsFile": true, "ContentType": "image/png", |