flatpak: replace direct flatpak download with flatpakref for Amethyst Mod Manager
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
name = "flathub-beta";
|
||||
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";
|
||||
origin = "flathub";
|
||||
}
|
||||
rec {
|
||||
{
|
||||
appId = "io.github.Amethyst.ModManager";
|
||||
sha256 = "sha256-fpbIpuD6qwVDYJATNjpxLeVxZEBKS6MfK1UV3eS7eAQ=";
|
||||
|
||||
bundle = "${pkgs.fetchurl {
|
||||
url = "https://github.com/ChrisDKN/Amethyst-Mod-Manager/releases/download/v2.0.2/AmethystModManager.flatpak";
|
||||
inherit sha256;
|
||||
}}";
|
||||
origin = "amethyst-mod-manager";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user