Browse Source

Fix UWP building error

LouYihua 7 years ago
parent
commit
7d5c38f382
1 changed files with 1 additions and 4 deletions
  1. 1 4
      .appveyor.yml

+ 1 - 4
.appveyor.yml

@@ -23,10 +23,7 @@ before_build:
 
   # SDL src setup; for UWP
   - |-
-    %BUILD_UWP% appveyor DownloadFile http://www.libsdl.org/release/SDL2-2.0.5.zip
-    %BUILD_UWP% 7z x SDL2-2.0.5.zip
-    %BUILD_UWP% rd /s /q SDL2 > nul
-    %BUILD_UWP% move /y SDL2-2.0.5 SDL2 > nul
+    %BUILD_UWP% git submodule update --init 3rd/SDL
 
 deploy:
 - provider: GitHub