openttd-jgrpp: Set meta.mainProgram (#353192)

This commit is contained in:
Aleksana 2024-11-05 23:01:31 +08:00 committed by GitHub
commit 06f1fbf721
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ openttd.overrideAttrs (oldAttrs: rec {
meta = {
homepage = "https://github.com/JGRennison/OpenTTD-patches";
changelog = "https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp-${version}/jgrpp-changelog.md";
mainProgram = "openttd";
};
})