Skip to content

Commit

Permalink
update build actionx2
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboybamo committed Nov 30, 2024
1 parent 147162f commit 8a68b32
Show file tree
Hide file tree
Showing 19 changed files with 45 additions and 0 deletions.
Binary file modified TextToSpeech/bin/Release/TextToSpeech.exe
Binary file not shown.
Binary file modified TextToSpeech/bin/Release/TextToSpeech.pdb
Binary file not shown.
Binary file modified TextToSpeech/bin/Release/TextToSpeechLogger.dll
Binary file not shown.
Binary file modified TextToSpeech/bin/Release/TextToSpeechLogger.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified TextToSpeech/obj/Release/TextToSpeech.exe
Binary file not shown.
Binary file modified TextToSpeech/obj/Release/TextToSpeech.pdb
Binary file not shown.
3 changes: 3 additions & 0 deletions TextToSpeechInstaller/TextToSpeechInstaller.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
<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>
</PropertyGroup>
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Wix.targets.
Expand Down
6 changes: 6 additions & 0 deletions TextToSpeechInstaller/TextToSpeechInstaller.wixproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
</PropertyGroup>
</Project>
32 changes: 32 additions & 0 deletions TextToSpeechInstaller/bin/Release/Eula-en.rtf
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{\rtf1\ansi\ansicpg1252\uc1
\pard\lang1033\f0\fs20\ltrpar\b End-User License Agreement (EULA)\b0\par
\par
This End-User License Agreement (\"Agreement\") is a legal agreement between you (\"End-User\" or \"you\") and the author(s) of this software (\"Author\"). By downloading, installing, or using this software, you agree to be bound by the terms of this Agreement.\par
\par
\section*{\b 1. Grant of License:}\par
The Author hereby grants you a non-exclusive, worldwide, royalty-free license to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, subject to the following conditions:\par
\par
1. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software.\par
\par
2. The software is provided \"as is\", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.\par
\par
\section*{\b 2. No Warranty:}\par
The Software is provided \"as-is\", without any warranties, express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. The author(s) shall not be held responsible for any damages, including direct, indirect, incidental, or consequential damages arising from the use of this Software.\par
\par
\section*{\b 3. Restrictions:}\par
You may not: \par
\par
- Distribute, sublicense, or sell the Software under any other license.\par
- Use the Software for any illegal purpose.\par
\par
\section*{\b 4. Termination:}\par
This Agreement is effective until terminated. You may terminate it at any time by discontinuing use of the Software and destroying all copies of the Software in your possession. The Author may also terminate this Agreement if you fail to comply with any term of this Agreement. Upon termination, you must cease all use of the Software and destroy all copies.\par
\par
\section*{\b 5. Governing Law:}\par
This Agreement shall be governed by the laws of the jurisdiction in which the Author resides, without regard to its conflict of law principles.\par
\par
By using or downloading the Software, you acknowledge that you have read and understood this Agreement, and that you agree to be bound by its terms.\par
\par
\pard\sb100\sa100\b \i Olabamiji Oyetubo\i0\b0\par
\pard\sb100\sa100\b MIT License\b0\par
}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..\TextToSpeech\bin\Release\TextToSpeech.exe
..\TextToSpeechLogger\bin\Release\TextToSpeechLogger.dll
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
C:\Users\oyetu\source\repos\Text2speeech\TextToSpeechInstaller\bin\Release\en-us\TextToSpeechInstaller.msi
C:\Users\oyetu\source\repos\Text2speeech\TextToSpeechInstaller\bin\Release\en-us\TextToSpeechInstaller.wixpdb
Binary file modified TextToSpeechLogger/bin/Release/TextToSpeechLogger.dll
Binary file not shown.
Binary file modified TextToSpeechLogger/bin/Release/TextToSpeechLogger.pdb
Binary file not shown.
Binary file modified TextToSpeechLogger/obj/Release/TextToSpeechLogger.dll
Binary file not shown.
Binary file modified TextToSpeechLogger/obj/Release/TextToSpeechLogger.pdb
Binary file not shown.

0 comments on commit 8a68b32

Please sign in to comment.