From 53c8154403c9e2323fe4b6c5fbb40e5c1819db8a Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Fri, 8 Mar 2024 12:31:09 -0500 Subject: Added in aarch64 support. --- manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index c9c04d4..b640d08 100644 --- a/manifest.json +++ b/manifest.json @@ -13,6 +13,12 @@ "checksum": "SKIP", "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", -- cgit v1.2.3