From a7e9c5d31b9fdd3c8ab1c4ac28efac3f808ff795 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Tue, 14 Feb 2023 21:13:00 -0500 Subject: Added in android builds. --- manifest.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 2b030d8..5c0c6d5 100644 --- a/manifest.json +++ b/manifest.json @@ -21,6 +21,26 @@ "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-darwin", "arch": "x86_64-darwin", "checksum": "SKIP" + }, + { + "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.aarch64-android", + "arch": "aarch64-android", + "checksum": "SKIP" + }, + { + "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.amd-android", + "arch": "amd-android", + "checksum": "SKIP" + }, + { + "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86-android", + "arch": "x86-android", + "checksum": "SKIP" + }, + { + "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-android", + "arch": "x86_64-android", + "checksum": "SKIP" } ], "dependencies": { -- cgit v1.2.3