git ssb

0+

Grey the earthling / gkn.me.uk



Commit df1a044015f799f08cc6031039b973a99843bc29

Correct SmolEmoji licence file path

Grey Nicholson committed on 11/19/2023, 4:01:00 PM
Parent: df8c0d25c35c9792c466c8fdc5979c1dd7d92766

Files changed

generator/generate.pychanged
generator/generate.pyView
@@ -41,9 +41,9 @@
4141 os.path.join(output_dir, "style/fonts/SmolEmoji"),
4242 )
4343 shutil.copy(
4444 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"),
4646 )
4747
4848 with open(output_dir + "/index.html", "w") as file:
4949 file.write(templates.index.html(common.entries))

Built with git-ssb-web