Skip to content

Commit 5612ec1

Browse files
authored
Update svgo.inkscape.py
1 parent c8e67f9 commit 5612ec1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

svgo-inkscape/svgo.inkscape.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ def getCommand(self, name, option):
5959

6060
def effect(self):
6161
command = "./node/bin/node svgo.js --file=" + self.options.input_file
62+
# windows
63+
# command = "node.exe svgo.js --file=" + self.options.input_file
6264

6365
optionsDict = self.options.__dict__
6466

0 commit comments

Comments
 (0)