this repo has no description
0
fork

Configure Feed

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

Fix path variable expansion for appveyor?

+1 -1
+1 -1
.appveyor.yml
··· 19 19 20 20 install: 21 21 # Download SDL. 22 - - ps: Start-FileDownload 'https://www.libsdl.org/release/SDL2-devel-2.0.5-VC.zip' "%P%/SDL.zip" 22 + - ps: Start-FileDownload 'https://www.libsdl.org/release/SDL2-devel-2.0.5-VC.zip' %P%/SDL.zip 23 23 24 24 # Extract it, put it in the right place, and rename it. 25 25 - cd %P% && 7z x SDL.zip && ren SDL2-2.0.5 SDL && cd c:\projects\SDL_gpu