this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix version macro.

+1 -1
+1 -1
.appveyor.yml
··· 15 15 - echo %APPVEYOR_BUILD_WORKER_IMAGE% 16 16 - if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" ( set generator="Visual Studio 16 2019" ) 17 17 - echo %generator% 18 - - set zip_name=SDL_gpu_%version%-%configuration%-VC-%platform%.zip 18 + - set zip_name=SDL_gpu_%APPVEYOR_BUILD_VERSION%-%configuration%-VC-%platform%.zip 19 19 20 20 21 21 shallow_clone: true