Skip to content

Commit 17f4f6c

Browse files
authored
Update Unifont from v13.0.06 to v15.0.01
1 parent 65ce050 commit 17f4f6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/buildactions/install_unifont.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ premake.modules.install_unifont = {}
44

55
-- Config variables
66
local UNIFONT_BASEURL = "https://github.com/multitheftauto/unifont/releases/download/"
7-
local UNIFONT_DOWNLOAD_FILENAME = "unifont-13.0.06.ttf"
7+
local UNIFONT_DOWNLOAD_FILENAME = "unifont-15.0.01.ttf"
88
local UNIFONT_FILENAME = "unifont.ttf"
99
local UNIFONT_PATH = "Shared/data/MTA San Andreas/MTA/cgui"
1010

1111
-- Change these to update the version
12-
local UNIFONT_TAG = "v13.0.06"
13-
local UNIFONT_HASH = "d73c0425811ffd366b0d1973e9338bac26fe7cf085760a12e10c61241915e742"
12+
local UNIFONT_TAG = "v15.0.01"
13+
local UNIFONT_HASH = "299459bc34e915b1c18dd38677739f41d0b2a6d79b93f480cd157ef24da675ab"
1414

1515
newaction {
1616
trigger = "install_unifont",

0 commit comments

Comments
 (0)