From a2c120b3b5a96d562e46d85752d97ba5ee4c466a 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 c8e1db6e..36f0c9b8 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 @@ +