summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index bf1662c31..eafa07c53 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -440,6 +440,8 @@ static int _win32_set_inkscape_env(char *argv0)
tmp += szFullPath;
tmp += "python;";
tmp += szFullPath;
+ tmp += "python\\Scripts;"; // for uniconv.cmd
+ tmp += szFullPath;
tmp += "perl";
if(oldenv != NULL) {
tmp += ";";