mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 03:42:34 +01:00
- fix AppVeyor dll paths
This commit is contained in:
parent
f1f0e7bff6
commit
86b2648d64
@ -65,8 +65,8 @@ artifacts:
|
||||
after_build:
|
||||
- cmd: cd %project_folder%\bin\%configuration%
|
||||
- cmd: copy %SDL2_DIR%\lib\x86\SDL2.dll SDL2.dll /Y
|
||||
- cmd: copy %GLEW_DIR\bin\Release\Win32\glew32.dll glew32.dll /Y
|
||||
- cmd: copy %OPENAL_DIR\bin\Win32\soft_oal.dll OpenAL32.dll /Y
|
||||
- cmd: copy %GLEW_DIR%\bin\Release\Win32\glew32.dll glew32.dll /Y
|
||||
- cmd: copy %OPENAL_DIR%\bin\Win32\soft_oal.dll OpenAL32.dll /Y
|
||||
- 7z a REDRIVER2.zip ".\*"
|
||||
|
||||
#build: off
|
||||
|
Loading…
Reference in New Issue
Block a user