windows: update the installer build for renamed files
authorVincent Fu <vincentfu@gmail.com>
Fri, 11 Feb 2022 21:55:41 +0000 (16:55 -0500)
committerVincent Fu <vincentfu@gmail.com>
Fri, 11 Feb 2022 22:58:15 +0000 (17:58 -0500)
Update the MSI build instructions to point to the new README.rst and
HOWTO.rst

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
os/windows/install.wxs

index 7773bb3b86ac0284a4818cca19aa96dd33df1cf4..f2753289a93b690ccd93c48eb32b2e25ffad702e 100755 (executable)
                                                </Component>
                                                <?endif?>
                                                <Component>
-                                                       <File Id="README" Name="README.txt" Source="..\..\README"/>
+                                                       <File Id="README" Name="README.txt" Source="..\..\README.rst"/>
                                                </Component>
                                                <Component>
                                                        <File Id="REPORTING_BUGS" Name="REPORTING-BUGS.txt" Source="..\..\REPORTING-BUGS"/>
                                                </Component>
                                                <Component>
-                                                       <File Id="HOWTO" Name="HOWTO.txt" Source="..\..\HOWTO"/>
+                                                       <File Id="HOWTO" Name="HOWTO.txt" Source="..\..\HOWTO.rst"/>
                                                </Component>
                                                <Component>
                                                        <File Id="COPYING" Name="COPYING.txt" Source="..\..\COPYING"/>