Skip to content

Commit

Permalink
Handle Workshop like master branch
Browse files Browse the repository at this point in the history
I was trying to have the Workshop install appear as such in the version, but it may be simpler to just make it appear as the master branch instead.
  • Loading branch information
thecraftianman authored Mar 21, 2024
1 parent 200f633 commit 3b7e52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/acf/core/version/version_sh.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ do -- Local repository version checking
local Code = string.sub(FileData, 1, 7)
local Date = file.Time(WorkshopPath, "GAME")

Data.Code = "Workshop-" .. Code
Data.Code = "Git-master-" .. Code
Data.Date = LocalToUTC(Date)
elseif file.Exists(Path .. "/LICENSE", "GAME") then
local Date = file.Time(Path .. "/LICENSE", "GAME")
Expand Down

0 comments on commit 3b7e52f

Please sign in to comment.