parent
89d1a5295a
commit
4d0a7fbe75
1 changed files with 2 additions and 2 deletions
4
build.py
4
build.py
|
@ -29,8 +29,8 @@ if __name__ == "__main__":
|
||||||
("--foreground", "000000FF"),
|
("--foreground", "000000FF"),
|
||||||
("--level", "L"),
|
("--level", "L"),
|
||||||
("--margin", "1"),
|
("--margin", "1"),
|
||||||
("--read-from", str(root / "vcard.vcf")),
|
("--read-from", str(input / "vcard.vcf")),
|
||||||
("--size", "4"),
|
("--size", "4"),
|
||||||
("-t", "SVG"),
|
("-t", "SVG"),
|
||||||
("--output", str(root / "img" / "vcard.svg")),
|
("--output", str(web / "img" / "vcard.svg")),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue