discordchatexporter-desktop: support aarch64-linux (#496636)

This commit is contained in:
Arne Keller
2026-07-08 13:09:07 +00:00
committed by GitHub

View File

@@ -41,7 +41,10 @@ buildDotnetModule rec {
license = lib.licenses.gpl3Plus;
changelog = "https://github.com/Tyrrrz/DiscordChatExporter/releases/tag/${version}";
maintainers = with lib.maintainers; [ willow ];
platforms = [ "x86_64-linux" ];
platforms = [
"x86_64-linux"
"aarch64-linux"
];
mainProgram = "discordchatexporter";
};
}