We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3da11e1 + 6d72b8e commit ee50189Copy full SHA for ee50189
.appveyor.yml
@@ -47,7 +47,7 @@ test_script:
47
- ctest
48
49
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
+ - 7z a rigelengine_win_x64.zip C:\projects\rigelengine\build\src\%CONFIGURATION%\RigelEngine.exe %SDL2DIR%\lib\x64\SDL2.dll %SDL2MIXERDIR%\lib\x64\*.dll
51
52
artifacts:
53
- path: rigelengine_win_x64.zip
0 commit comments