diff options
author | Özgür Kesim <oec@codeblau.de> | 2025-04-21 13:04:10 +0200 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2025-04-21 13:04:10 +0200 |
commit | 212da96636e44272106a9bd8f85b2b40cd0b9423 (patch) | |
tree | 12dd1317c0a955de4d15f730ab183ed2271953d1 /tools.json | |
parent | 1bc5dfb49aa7a5d7c369f9ee0d23cab05d48322f (diff) |
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", |