diff --git a/build.py b/build.py index 3047ffa..7ec1393 100755 --- a/build.py +++ b/build.py @@ -29,8 +29,8 @@ if __name__ == "__main__": ("--foreground", "000000FF"), ("--level", "L"), ("--margin", "1"), - ("--read-from", str(root / "vcard.vcf")), + ("--read-from", str(input / "vcard.vcf")), ("--size", "4"), ("-t", "SVG"), - ("--output", str(root / "img" / "vcard.svg")), + ("--output", str(web / "img" / "vcard.svg")), )