Skip to content

Commit

Permalink
Nix expr: Set mainProgram for installables
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRulz committed Jun 5, 2024
1 parent 2c6129f commit 15be0d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dist/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
# (p.isWindows // p.isx86_64)
];
badPlatforms = [ p.isDarwin p.isAarch64 p.isx86_32 ];
mainProgram = exeName;
};
};
buildInstallable' =
Expand Down

0 comments on commit 15be0d6

Please sign in to comment.