Commit df1a044015f799f08cc6031039b973a99843bc29
Correct SmolEmoji licence file path
Grey Nicholson committed on 11/19/2023, 4:01:00 PMParent: df8c0d25c35c9792c466c8fdc5979c1dd7d92766
Files changed
generator/generate.py | changed |
generator/generate.py | ||
---|---|---|
@@ -41,9 +41,9 @@ | ||
41 | 41 … | os.path.join(output_dir, "style/fonts/SmolEmoji"), |
42 | 42 … | ) |
43 | 43 … | shutil.copy( |
44 | 44 … | os.path.expanduser(f"~/Software/src/smol-emoji/LICENSE"), |
45 | - os.path.join(output_dir, "style/fonts/smol-emoji"), | |
45 … | + os.path.join(output_dir, "style/fonts/SmolEmoji"), | |
46 | 46 … | ) |
47 | 47 … | |
48 | 48 … | with open(output_dir + "/index.html", "w") as file: |
49 | 49 … | file.write(templates.index.html(common.entries)) |
Built with git-ssb-web