flatpak: replace direct flatpak download with flatpakref for Amethyst Mod Manager
This commit is contained in:
@@ -17,6 +17,10 @@
|
|||||||
name = "flathub-beta";
|
name = "flathub-beta";
|
||||||
location = "https://dl.flathub.org/beta-repo/flathub-beta.flatpakrepo";
|
location = "https://dl.flathub.org/beta-repo/flathub-beta.flatpakrepo";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "amethyst-mod-manager";
|
||||||
|
location = "https://chrisdkn.github.io/Amethyst-Mod-Manager/amethyst.flatpakref";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,14 +67,9 @@ in
|
|||||||
appId = "org.gtk.Gtk3theme.Breeze";
|
appId = "org.gtk.Gtk3theme.Breeze";
|
||||||
origin = "flathub";
|
origin = "flathub";
|
||||||
}
|
}
|
||||||
rec {
|
{
|
||||||
appId = "io.github.Amethyst.ModManager";
|
appId = "io.github.Amethyst.ModManager";
|
||||||
sha256 = "sha256-fpbIpuD6qwVDYJATNjpxLeVxZEBKS6MfK1UV3eS7eAQ=";
|
origin = "amethyst-mod-manager";
|
||||||
|
|
||||||
bundle = "${pkgs.fetchurl {
|
|
||||||
url = "https://github.com/ChrisDKN/Amethyst-Mod-Manager/releases/download/v2.0.2/AmethystModManager.flatpak";
|
|
||||||
inherit sha256;
|
|
||||||
}}";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user