Unverified Commit 347b77eb authored by PedroHLC ☭'s avatar PedroHLC ☭
Browse files

godot_4: add mainProgram

parent 779dfd22
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -148,5 +148,6 @@ stdenv.mkDerivation rec {
    license = licenses.mit;
    platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
    maintainers = with maintainers; [ twey shiryel ];
    mainProgram = "godot4";
  };
}