Skip to content

Commit

Permalink
add custom unicode to distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Mar 14, 2024
1 parent 3f5942d commit 824a629
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified config/absytree_config_wasm.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions tools/package_release.nims
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ proc copySharedFilesTo(dir: string) =
cpFile2 "src/misc/util.nim", dir/"src/misc"
cpFile2 "src/misc/macro_utils.nim", dir/"src/misc"
cpFile2 "src/misc/wrap.nim", dir/"src/misc"
cpFile2 "src/misc/custom_unicode.nim", dir/"src/misc"
cpDir2 "LICENSES", dir
cpFile2 "LICENSE", dir
cpFile2 "absytree.nimble", dir
Expand Down

0 comments on commit 824a629

Please sign in to comment.