Skip to content

Commit

Permalink
Update Unifont to 15.1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
botder committed Sep 19, 2023
1 parent acb80a3 commit 1f7937b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/buildactions/install_unifont.lua
Expand Up @@ -4,13 +4,13 @@ premake.modules.install_unifont = {}

-- Config variables
local UNIFONT_BASEURL = "https://github.com/multitheftauto/unifont/releases/download/"
local UNIFONT_DOWNLOAD_FILENAME = "unifont-15.0.06.ttf"
local UNIFONT_DOWNLOAD_FILENAME = "unifont-15.1.01.ttf"
local UNIFONT_FILENAME = "unifont.ttf"
local UNIFONT_PATH = "Shared/data/MTA San Andreas/MTA/cgui"

-- Change these to update the version
local UNIFONT_TAG = "v15.0.06"
local UNIFONT_HASH = "9282b6eff54eeca2e7f58c9a40a91049bd219f3e6a45fbee8eba013379b9af3a"
local UNIFONT_TAG = "v15.1.01"
local UNIFONT_HASH = "46dce92d451faeb23d1d08a1c7448f10c60af444d2d688674dc91e85081f2c3b"

newaction {
trigger = "install_unifont",
Expand Down

0 comments on commit 1f7937b

Please sign in to comment.