Skip to content

Commit ee50189

Browse files
Merge pull request #731 from lethal-guitar/include-all-dlls-in-win-build
Include all SDL_mixer dlls in the Windows package
2 parents 3da11e1 + 6d72b8e commit ee50189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test_script:
4747
- ctest
4848

4949
after_build:
50-
- 7z a rigelengine_win_x64.zip C:\projects\rigelengine\build\src\%CONFIGURATION%\RigelEngine.exe %SDL2DIR%\lib\x64\SDL2.dll %SDL2MIXERDIR%\lib\x64\SDL2_mixer.dll
50+
- 7z a rigelengine_win_x64.zip C:\projects\rigelengine\build\src\%CONFIGURATION%\RigelEngine.exe %SDL2DIR%\lib\x64\SDL2.dll %SDL2MIXERDIR%\lib\x64\*.dll
5151

5252
artifacts:
5353
- path: rigelengine_win_x64.zip

0 commit comments

Comments
 (0)