Skip to content

Commit

Permalink
Added in override for mod_version on system lite-xl.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamharrison committed Sep 9, 2024
1 parent be2e3ed commit cdc80ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lpm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2254,6 +2254,7 @@ function lpm.setup()
end
else
if DATADIR then system_lite_xl.datadir_path = DATADIR end
if MOD_VERSION then system_lite_xl.mod_version = MOD_VERSION end
table.insert(system_lite_xl.tags, "system")
end
system_bottle = Bottle.new(system_lite_xl, nil, nil, true)
Expand Down

0 comments on commit cdc80ce

Please sign in to comment.