File tree Expand file tree Collapse file tree 4 files changed +31
-678
lines changed
Expand file tree Collapse file tree 4 files changed +31
-678
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Clone the project and build with Visual Studio 2022
1111.NET Framework 4.8
1212Visual Studio 2022
1313Inno Setup to build the installer
14-
14+ iscc (Inno Setup Command Line Compiler) must be in your PATH environment variable
1515
1616### Installing
1717
@@ -28,5 +28,5 @@ This project is not open for contributions right now. Please log any issues or q
2828
2929## License
3030
31- This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the license.txt file for details
31+ This project is licensed under the MIT License - see the license.txt file for details
3232
Original file line number Diff line number Diff line change 146146 <ItemGroup >
147147 <Content Include =" InnoSetup\Output\SortDesktopIcons.exe" />
148148 <Content Include =" InnoSetup\SortIconsSetup.iss" />
149+ <Content Include =" license.txt" />
149150 <Content Include =" SortIcons.ico" />
150151 </ItemGroup >
151152 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Original file line number Diff line number Diff line change 1- // Copyright (c) 2025 Thomas F. Hornyak, Tom Hornyak Enterprise LLC
2-
1+ /* Copyright (C) 2023 - 2025 Thomas F. Hornyak, Tom Hornyak Enterprise LLC - All Rights Reserved
2+ * You may use, distribute and modify this code under the
3+ * terms of theMIT PUBLIC LICENSE Version 3, 29 June 2007 license
4+ *
5+ * You should have received a copy of the license with
6+ * this software. If not, visit: https://www.gnu.org/licenses/gpl-3.0.en.html
7+ */
38using System ;
49using System . Collections . Generic ;
510using System . Linq ;
You can’t perform that action at this time.
0 commit comments