Skip to content

Commit

Permalink
[installer] NSIS: Fix odd green on black text in Details in last page…
Browse files Browse the repository at this point in the history
… of the Windows installer. Black on white, like in REAPER installer.
  • Loading branch information
Guillaume Piolat committed Dec 21, 2023
1 parent c0507c2 commit 0fdc6dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/dplug-build/source/nsis.d
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ void generateWindowsInstaller(string outputDir,
}

content ~= "Page instfiles\n";
content ~= " InstallColors 000000 FFFFFF\n";

foreach(p; packs)
{
Expand Down

0 comments on commit 0fdc6dc

Please sign in to comment.