Use readme.txt on Windows.

This commit is contained in:
Leonardo Zide
2021-03-21 18:02:03 -07:00
parent 3c6ce2e063
commit 4b38cc6681
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ after_build:
- 7z a symbols.zip build/release/leocad.exe build/release/leocad.pdb
- mkdir appdir
- copy build\release\leocad.exe appdir
- copy docs\readme.md appdir
- copy docs\readme.md appdir\readme.txt
- appveyor DownloadFile https://github.com/leozide/leocad/releases/download/v19.07.1/Library-20.03.zip -FileName library.zip
- 7z e library.zip
- copy library.bin appdir\\library.bin
+1 -1
View File
@@ -106,7 +106,7 @@ Section "Uninstall"
Delete "$INSTDIR\LeoCAD.exe"
Delete "$INSTDIR\LeoCAD.hlp"
Delete "$INSTDIR\LeoCAD.cnt"
Delete "$INSTDIR\readme.md"
Delete "$INSTDIR\readme.txt"
Delete "$INSTDIR\library.bin"
Delete "$INSTDIR\povconsole32-sse2.exe"
Delete "$INSTDIR\vc_redist.x64.exe"