Skip to content

Commit

Permalink
Provide a Nix-free build script
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Oct 11, 2024
1 parent d29d8bd commit 1a6fed7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/result
src/assets/minecraft/lang/qtq_latn_tqg.json
/Huaıbaı.zip
/src/assets/minecraft/lang/qtq_latn_tqg.json
/src/assets/minecraft/textures/font/guezueq.otf
10 changes: 10 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#! /usr/bin/env bash

set -e

rm -f Huaıbaı.zip
python to_latin.py
wget -O src/assets/minecraft/textures/font/guezueq.otf https://github.com/toaq/fonts/releases/download/latest/Guezueq.otf
cd src
zip -r ../Huaıbaı.zip *
cd ..

0 comments on commit 1a6fed7

Please sign in to comment.