From 0d9fdd4ca7d9a90db3956f88be9621421e3f5867 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 28 Sep 2015 08:55:39 -0500 Subject: [PATCH] try to disable background gradient for the Windows installer --- distro-build-client/installer-exe.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro-build-client/installer-exe.rkt b/distro-build-client/installer-exe.rkt index 275b24a..cac8b22 100644 --- a/distro-build-client/installer-exe.rkt +++ b/distro-build-client/installer-exe.rkt @@ -89,7 +89,7 @@ Name "${RKTHumanName}" OutFile "@|destfilename|" BrandingText "${RKTHumanName}" -BGGradient 4040A0 101020 +BGGradient off SetCompressor /SOLID "LZMA"