File tree Expand file tree Collapse file tree 4 files changed +0
-118
lines changed Expand file tree Collapse file tree 4 files changed +0
-118
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ jobs:
121121 @echo on
122122 move build\bin\Release win_installer\files || exit /b !errorlevel!
123123 copy AUTHORS win_installer\files\authors.txt || exit /b !errorlevel!
124- copy readme.txt win_installer\files\ || exit /b !errorlevel!
125124 copy win_installer\GPLv3.txt win_installer\files\ || exit /b !errorlevel!
126125 copy externals\picojson\LICENSE win_installer\files\picojson-license.txt || exit /b !errorlevel!
127126 copy externals\simplecpp\LICENSE win_installer\files\simplecpp-license.txt || exit /b !errorlevel!
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3131 <ItemGroup >
3232 <Content Include =" config.wxi" />
3333 <Content Include =" productInfo.wxi" />
34- <Content Include =" readme.txt" />
3534 </ItemGroup >
3635 <Import Project =" $(WixTargetsPath)" />
3736 <Target Name =" All" DependsOnTargets =" Clean;Validate;Build" />
Original file line number Diff line number Diff line change 174174 </Directory >
175175 <Component Id =' BaseDocs' Guid =' $(var.basedocsGUID)' >
176176 <File Id =' authors.txt' Name =' authors.txt' DiskId =' 1' Source =' ..\authors' />
177- <File Id =' readme.txt' Name =' readme.txt' DiskId =' 1' Source =' ..\readme.txt' />
178177 <File Id =' GPLv3.txt' Name =' GPLv3.txt' DiskId =' 1' Source =' GPLv3.txt' />
179178 <File Id =' picojson_license.txt' Name =' picojson-license.txt' DiskId =' 1' Source =' ../externals/picojson/LICENSE' />
180179 <File Id =' simplecpp_license.txt' Name =' simplecpp-license.txt' DiskId =' 1' Source =' ../externals/simplecpp/LICENSE' />
You can’t perform that action at this time.
0 commit comments