From d1dd4cb5fcccafeab672df9ef3bd1f0d7245df3a Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Tue, 20 Jun 2023 17:25:37 -0400 Subject: Updated lpm on plugin manager as optional, as we will use the system lpm if available. --- manifest.json | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index a6b13c7..f673672 100644 --- a/manifest.json +++ b/manifest.json @@ -10,42 +10,50 @@ { "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-linux", "arch": "x86_64-linux", - "checksum": "SKIP" + "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" + "checksum": "SKIP", + "optional": true }, { "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-darwin", "arch": "x86_64-darwin", - "checksum": "SKIP" + "checksum": "SKIP", + "optional": true }, { "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.aarch64-darwin", "arch": "aarch64-darwin", - "checksum": "SKIP" + "checksum": "SKIP", + "optional": true }, { "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.aarch64-android", "arch": "aarch64-android", - "checksum": "SKIP" + "checksum": "SKIP", + "optional": true }, { "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.arm-android", "arch": "arm-android", - "checksum": "SKIP" + "checksum": "SKIP", + "optional": true }, { "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86-android", "arch": "x86-android", - "checksum": "SKIP" + "checksum": "SKIP", + "optional": true }, { "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-android", "arch": "x86_64-android", - "checksum": "SKIP" + "checksum": "SKIP", + "optional": true } ], "dependencies": { -- cgit v1.2.3