Skip to content

Commit b9676f1

Browse files
authored
Update Unifont to 16.0.04
1 parent a5665dd commit b9676f1

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-16.0.03.ttf"
7+
local UNIFONT_DOWNLOAD_FILENAME = "unifont-16.0.04.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 = "v16.0.03"
13-
local UNIFONT_HASH = "7d5dcc081e4468537bf121ae2e4adbc92bc932ec0533fc1656340cfcc4a7cfe4"
12+
local UNIFONT_TAG = "v16.0.04"
13+
local UNIFONT_HASH = "6b18fdcf0f61f3df2e61db9737af6de9f37048ec93083621d41504ebf8cb18f4"
1414

1515
newaction {
1616
trigger = "install_unifont",

0 commit comments

Comments
 (0)