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

This commit is contained in:
Aleksana
2024-11-05 23:01:31 +08:00
committed by GitHub
+1
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";
};
})