Skip to content

Commit

Permalink
nexusmods-app: set ReadyToRun
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Aug 22, 2024
1 parent 47c0dd6 commit 0205410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/ne/nexusmods-app/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ buildDotnetModule rec {
# From https://github.com/Nexus-Mods/NexusMods.App/blob/v0.5.3/src/NexusMods.App/app.pupnet.conf#L38
"--property:Version=${version}"
"--property:TieredCompilation=true"
"--property:PublishReadyToRun=true"
"--property:DefineConstants=${lib.strings.concatStringsSep "%3B" constants}"
];

Expand Down

0 comments on commit 0205410

Please sign in to comment.