feat: switch wlx manifest
Some checks failed
/ cargo-fmtcheck (push) Has been cancelled
/ cargo-clippy (push) Has been cancelled
/ cargo-test (push) Has been cancelled
/ appimage (push) Has been cancelled

This commit is contained in:
galister 2025-01-02 20:27:33 +00:00 committed by Gabriele Musco
commit a651b87cc3

View file

@ -69,7 +69,7 @@ impl Plugin {
/// urls to manifest json files representing plugins. /// urls to manifest json files representing plugins.
/// each manifest should be json and the link should always point to the latest version /// each manifest should be json and the link should always point to the latest version
const MANIFESTS: [&str;2] = [ const MANIFESTS: [&str;2] = [
"https://gitlab.com/gabmus/envision-plugin-manifests/-/raw/main/com.github.galiser.wlx-overlay-s.json", "https://github.com/galister/wlx-overlay-s/raw/refs/heads/meta/com.github.galiser.wlx-overlay-s.json",
"https://gitlab.com/gabmus/envision-plugin-manifests/-/raw/main/org.stardustxr.telescope.json", "https://gitlab.com/gabmus/envision-plugin-manifests/-/raw/main/org.stardustxr.telescope.json",
]; ];