Browse Source

Fix Appveyor build bug

Yihua LOU 7 years ago
parent
commit
af01b57893
1 changed files with 1 additions and 5 deletions
  1. 1 5
      .appveyor.yml

+ 1 - 5
.appveyor.yml

@@ -19,11 +19,7 @@ before_build:
     git submodule update --init --recursive
 after_build:
   - |-
-    for /d %%d in ("%APPVEYOR_BUILD_FOLDER%\winrt\SDLPal.*") do (
-      for /d %%c in ("%%d\AppPackages\*") do (
-        ren "%%c" SDLPal
-      )
-    )
+    for /d %%d in ("%APPVEYOR_BUILD_FOLDER%\winrt\SDLPal.*") do ( for /d %%c in ("%%d\AppPackages\*") do ( ren "%%c" SDLPal ) )
 
 deploy:
 - provider: GitHub