From cce9074a611fb6f786a302323581d26e8f721932 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sat, 22 Feb 2025 06:44:31 -0800 Subject: [PATCH] WiX: add educational notes to the windows packaging This packages up the educational notes for distribution with the toolchain. It is yet unclear if this should be broken out into an optioanl MSI to allow installation of the documentation on demand rather than as an always available option. This should at least ensure that we distribute the user facing documentation that can be accessed from the compiler. --- platforms/Windows/bld/bld.wxs | 49 +++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/platforms/Windows/bld/bld.wxs b/platforms/Windows/bld/bld.wxs index 127b6738..6b1eb923 100644 --- a/platforms/Windows/bld/bld.wxs +++ b/platforms/Windows/bld/bld.wxs @@ -32,6 +32,12 @@ + + + + + + @@ -266,6 +272,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -308,6 +356,7 @@ +