Skip to content

Commit b6f2f50

Browse files
authored
fixed #13413 - removed readme.txt (from installer) (danmar#7599)
1 parent c7e7c7e commit b6f2f50

File tree

4 files changed

+0
-118
lines changed

4 files changed

+0
-118
lines changed

.github/workflows/release-windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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!

readme.txt

Lines changed: 0 additions & 115 deletions
This file was deleted.

win_installer/cppcheck.wixproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
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" />

win_installer/cppcheck.wxs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@
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' />

0 commit comments

Comments
 (0)