mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 03:58:49 +03:00
90b88eb592
Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>
6 lines
226 B
Bash
6 lines
226 B
Bash
#!/bin/bash
|
|
ROOT=$(realpath "$PWD/$(dirname "$0")/..")
|
|
cd $ROOT
|
|
cat resources/provider-header.txt > src/emoji/Provider.cpp
|
|
|
|
scripts/emoji_codegen.py resources/emoji-test.txt resources/shortcodes.txt >> src/emoji/Provider.cpp
|