Skip to content

Commit

Permalink
update build actionx6
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboybamo committed Nov 30, 2024
1 parent 5731010 commit 193e9c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions TextToSpeechInstaller/TextToSpeechInstaller.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<Compile Include="ServerDlg.wxs" />
<Compile Include="WixUI_HK.wxs" />
</ItemGroup>
<ItemGroup>
<Content Include="Eula-en.rtf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<Content Include="Eula-en.rtf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<WixExtension Include="WixUtilExtension">
<HintPath>$(WixExtDir)\WixUtilExtension.dll</HintPath>
<Name>WixUtilExtension</Name>
Expand All @@ -48,7 +48,7 @@
<Error Text="The WiX Toolset v3.11 build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/v3.11/stable" />
</Target>
<PropertyGroup>
<PreBuildEvent>xcopy "$(ProjectDir)Eula-en.rtf" "$(TargetDir)" /Y</PreBuildEvent>
<PreBuildEvent />
</PropertyGroup>
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 193e9c7

Please sign in to comment.