···19192020install:
2121 # Download SDL.
2222- - ps: Start-FileDownload 'https://www.libsdl.org/release/SDL2-devel-2.0.5-VC.zip' "%P%/SDL.zip"
2222+ - ps: Start-FileDownload 'https://www.libsdl.org/release/SDL2-devel-2.0.5-VC.zip' %P%/SDL.zip
23232424 # Extract it, put it in the right place, and rename it.
2525 - cd %P% && 7z x SDL.zip && ren SDL2-2.0.5 SDL && cd c:\projects\SDL_gpu