modrinth-app: add meta.mainProgram
This commit is contained in:
@@ -99,6 +99,7 @@ rustPlatform.buildRustPackage rec {
|
||||
unfreeRedistributable
|
||||
];
|
||||
maintainers = with lib.maintainers; [ getchoo ];
|
||||
mainProgram = "modrinth-app";
|
||||
platforms = with lib; platforms.linux ++ platforms.darwin;
|
||||
# this builds on architectures like aarch64, but the launcher itself does not support them yet
|
||||
broken = !stdenv.hostPlatform.isx86_64;
|
||||
|
||||
Reference in New Issue
Block a user