Skip to content

Commit

Permalink
Update Unifont to 15.1.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 authored Nov 21, 2023
1 parent 43de213 commit 2775c31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/buildactions/install_unifont.lua
Original file line number Diff line number Diff line change
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.1.01.ttf"
local UNIFONT_DOWNLOAD_FILENAME = "unifont-15.1.04.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.1.01"
local UNIFONT_HASH = "46dce92d451faeb23d1d08a1c7448f10c60af444d2d688674dc91e85081f2c3b"
local UNIFONT_TAG = "v15.1.04"
local UNIFONT_HASH = "1da5b1b2e41875cc009e8a3a22bc0e3d0d50d4febfd9021933ff4019d3270def"

newaction {
trigger = "install_unifont",
Expand Down

0 comments on commit 2775c31

Please sign in to comment.