Skip to content

Commit befeca7

Browse files
committed
Adding the readme to windows builds
1 parent d7e61b3 commit befeca7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ after_build:
4848
- copy c:\git\mingw64\bin\libstd*.dll .
4949
- copy build_ext\built_sdl\bin\SDL*.dll .
5050
- copy build_ext\built_sdl_mixer\bin\SDL*.dll .
51-
- 7z a systemshock.zip systemshock.exe *.dll
51+
- copy readme\readme-windows.txt readme.txt
52+
- 7z a systemshock.zip systemshock.exe *.dll readme.txt
5253

5354
artifacts:
5455
- path: systemshock.zip

0 commit comments

Comments
 (0)