openttd-jgrpp: Set meta.mainProgram

This commit is contained in:
Illia Ostapyshyn 2024-11-02 19:24:30 +01:00
parent 0605f7dd71
commit 12caeb3596

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";
};
})