aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2024-09-08 20:49:47 -0400
committerAdam Harrison <adamdharrison@gmail.com>2024-09-08 20:49:47 -0400
commitcdc80ce9388e388a9d55519b483b3bd4066308e7 (patch)
treea41acad349f004940df18b73b65feb6d53f542da /src
parentbe2e3ed7ea4d38eac3b0d4b6f83d78ff24e3b48e (diff)
downloadlite-xl-plugin-manager-cdc80ce9388e388a9d55519b483b3bd4066308e7.tar.gz
lite-xl-plugin-manager-cdc80ce9388e388a9d55519b483b3bd4066308e7.zip
Added in override for mod_version on system lite-xl.
Diffstat (limited to 'src')
-rw-r--r--src/lpm.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lpm.lua b/src/lpm.lua
index 7d0d505..64a0d21 100644
--- a/src/lpm.lua
+++ b/src/lpm.lua
@@ -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)