diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-03-08 12:31:09 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-03-08 12:31:09 -0500 |
commit | 53c8154403c9e2323fe4b6c5fbb40e5c1819db8a (patch) | |
tree | 44189894bfeebe9e9a14dde79b5232e18abdc8df /manifest.json | |
parent | 04dcf8ea10ff7b9555a9086208c5ef7abd386f83 (diff) | |
download | lite-xl-plugin-manager-53c8154403c9e2323fe4b6c5fbb40e5c1819db8a.tar.gz lite-xl-plugin-manager-53c8154403c9e2323fe4b6c5fbb40e5c1819db8a.zip |
Added in aarch64 support.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index c9c04d4..b640d08 100644 --- a/manifest.json +++ b/manifest.json @@ -14,6 +14,12 @@ "optional": true }, { + "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.aarch64-linux", + "arch": "aarch64-linux", + "checksum": "SKIP", + "optional": true + }, + { "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-windows.exe", "arch": "x86_64-windows", "checksum": "SKIP", |