Skip to content

Commit d35bb3a

Browse files
added libs into project
this should really be generated with CI, but i am so tired of doing this right now that its not.
1 parent a97f562 commit d35bb3a

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

.github/workflows/c.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
- name: build project
5656
run: make -f Makefile_win
5757

58-
- name: pack up dlls from msys
59-
run: cp /mingw64/bin/SDL2* /mingw64/bin/zlib1.dll /mingw64/bin/libpng16-16.dll /mingw64/bin/libjpeg-8.dll /mingw64/bin/libtiff-5.dll /mingw64/bin/libwebp-7.dll /mingw64/bin/libfreetype-6.dll /mingw64/bin/libharfbuzz-0.dll .
58+
- name: move libs to current directory for packing
59+
run: mv libs/* .
6060

6161
- name: zip and upload game
6262
uses: TheDoctor0/zip-release@0.6.2

libs/SDL2.dll

2.15 MB
Binary file not shown.

libs/SDL2_image.dll

123 KB
Binary file not shown.

libs/SDL2_ttf.dll

1.46 MB
Binary file not shown.

libs/libpng16-16.dll

237 KB
Binary file not shown.

libs/zlib1.dll

116 KB
Binary file not shown.

0 commit comments

Comments
 (0)