diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-09-08 20:49:47 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-09-08 20:49:47 -0400 |
commit | cdc80ce9388e388a9d55519b483b3bd4066308e7 (patch) | |
tree | a41acad349f004940df18b73b65feb6d53f542da | |
parent | be2e3ed7ea4d38eac3b0d4b6f83d78ff24e3b48e (diff) | |
download | lite-xl-plugin-manager-cdc80ce9388e388a9d55519b483b3bd4066308e7.tar.gz lite-xl-plugin-manager-cdc80ce9388e388a9d55519b483b3bd4066308e7.zip |
Added in override for mod_version on system lite-xl.
-rw-r--r-- | src/lpm.lua | 1 |
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) |