Skip to content

Commit

Permalink
Merge pull request #731 from lethal-guitar/include-all-dlls-in-win-build
Browse files Browse the repository at this point in the history
Include all SDL_mixer dlls in the Windows package
  • Loading branch information
lethal-guitar authored Aug 21, 2021
2 parents 3da11e1 + 6d72b8e commit ee50189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test_script:
- ctest

after_build:
- 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
- 7z a rigelengine_win_x64.zip C:\projects\rigelengine\build\src\%CONFIGURATION%\RigelEngine.exe %SDL2DIR%\lib\x64\SDL2.dll %SDL2MIXERDIR%\lib\x64\*.dll

artifacts:
- path: rigelengine_win_x64.zip
Expand Down

0 comments on commit ee50189

Please sign in to comment.