Skip to content

Commit

Permalink
Try to fix emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGonauta committed Apr 21, 2023
1 parent 6106aac commit 7c2a58b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
cp -r /mingw64/share/xml ./share && \
cp -r /mingw64/lib/enchant-2 ./lib && \
cp -r /mingw64/lib/gstreamer-1.0 ./lib && \
mkdir -p ./etc/fonts && cp -r /mingw64/etc/fonts ./etc/ && \
mkdir ./share/hunspell && \
curl -L -o ./share/hunspell/pt_BR.aff https://github.com/elastic/hunspell/raw/master/dicts/pt_BR/pt_BR.aff && \
curl -L -o ./share/hunspell/pt_BR.dic https://github.com/elastic/hunspell/raw/master/dicts/pt_BR/pt_BR.dic && \
Expand Down
2 changes: 1 addition & 1 deletion .ci/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pacman -S --needed --noconfirm \
mingw64/mingw-w64-x86_64-ntldd-git \
mingw64/mingw-w64-x86_64-gpgme \
mingw64/mingw-w64-x86_64-nsis \
mingw64/mingw-w64-x86_64-libhandy \
mingw64/mingw-w64-x86_64-fontconfig \
mingw64/mingw-w64-x86_64-gspell \
mingw64/mingw-w64-x86_64-enchant \
mingw64/mingw-w64-x86_64-hunspell \
Expand Down

0 comments on commit 7c2a58b

Please sign in to comment.