diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-03-03 16:35:59 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-03-03 16:35:59 -0500 |
commit | 191c3145543bf06149d1905b170a9be4134e31cc (patch) | |
tree | ec2c463f4b7ef14fe62e390b14f243431dec6bb1 /README.md | |
parent | 3f022d841fb457fb8822b5ff6b76ffa7b3e26716 (diff) | |
download | lite-xl-plugin-manager-191c3145543bf06149d1905b170a9be4134e31cc.tar.gz lite-xl-plugin-manager-191c3145543bf06149d1905b170a9be4134e31cc.zip |
Added in ability to explicitly chmod files.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -154,6 +154,16 @@ CMAKE_DEFAULT_FLAGS="-DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER\ -DCMAKE_FIND_ROO To run the test suite, you can use `lpm` to execute the test by doing `./lpm test t/run.lua`. use `FAST=1 ./lpm test t/run.lua` to avoid the costs of tearing down and building up suites each time. +## Extra Features + +### Bottles + +### Extra Fields + +* `addons.files.extra.chmod_executable` + +An array of files to be marked as executable (after extraction, if applicable). + ## Bugs If you find a bug, please create an issue with the following information: |