Update code to v1.0.19-1

Update readme, move cmatrix and fonts to patch.tar.gz
This commit is contained in:
Caten
2024-11-12 22:23:48 +08:00
parent a5a381604d
commit fd535f0e20
4 changed files with 91 additions and 8 deletions

View File

@@ -771,7 +771,8 @@ ${G.dataPath}/bin/virgl_test_server ${Util.getGlobal("defaultVirglCommand")}""")
if (Util.getGlobal("isJpEnabled")) {
extraOpt += "LANG=ja_JP.UTF-8 ";
}
extraMount += "--mount=\$DATA_DIR/tiny/extra/XiaolaiMonoSC-Regular.ttf:/usr/share/fonts/truetype/XiaolaiMonoSC-Regular.ttf ";
extraMount += "--mount=\$DATA_DIR/tiny/font:/usr/share/fonts/tiny ";
extraMount += "--mount=\$DATA_DIR/tiny/extra/cmatrix:/home/tiny/.local/bin/cmatrix ";
Util.termWrite(
"""
export DATA_DIR=${G.dataPath}