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:
121
121
@echo on
122
122
move build\bin\Release win_installer\files || exit /b !errorlevel!
123
123
copy AUTHORS win_installer\files\authors.txt || exit /b !errorlevel!
124
- copy readme.txt win_installer\files\ || exit /b !errorlevel!
125
124
copy win_installer\GPLv3.txt win_installer\files\ || exit /b !errorlevel!
126
125
copy externals\picojson\LICENSE win_installer\files\picojson-license.txt || exit /b !errorlevel!
127
126
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 31
31
<ItemGroup >
32
32
<Content Include =" config.wxi" />
33
33
<Content Include =" productInfo.wxi" />
34
- <Content Include =" readme.txt" />
35
34
</ItemGroup >
36
35
<Import Project =" $(WixTargetsPath)" />
37
36
<Target Name =" All" DependsOnTargets =" Clean;Validate;Build" />
Original file line number Diff line number Diff line change 174
174
</Directory >
175
175
<Component Id =' BaseDocs' Guid =' $(var.basedocsGUID)' >
176
176
<File Id =' authors.txt' Name =' authors.txt' DiskId =' 1' Source =' ..\authors' />
177
- <File Id =' readme.txt' Name =' readme.txt' DiskId =' 1' Source =' ..\readme.txt' />
178
177
<File Id =' GPLv3.txt' Name =' GPLv3.txt' DiskId =' 1' Source =' GPLv3.txt' />
179
178
<File Id =' picojson_license.txt' Name =' picojson-license.txt' DiskId =' 1' Source =' ../externals/picojson/LICENSE' />
180
179
<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