Skip to content

Commit

Permalink
Escape backslash on mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletcafe committed Sep 8, 2019
1 parent 348a844 commit 299a5a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ build_script:
- ps: ".\\build.ps1"
- "cd .."
- ps: "Compress-Archive -Path \"eldstar_server/dists/*\" -DestinationPath \"Eldstar_1.0.$(git rev-list --count HEAD)_WinDebug.zip\""
- "mkdir dists\32bit"
- "mkdir dists\\32bit"
- "cd dists/32bit"
- ps: "Copy-Item ../../eldstar_client ./client -Recurse"
- ps: "Copy-Item '../../eldstar_server/dists/Release - Visual Studio 15 2017/Release' ./server -Recurse"
- ps: "Copy-Item ../../README.md ./README.md"
- "cd ../.."
- "mkdir dists\64bit"
- "mkdir dists\\64bit"
- "cd dists/64bit"
- ps: "Copy-Item ../../eldstar_client ./client -Recurse"
- ps: "Copy-Item '../../eldstar_server/dists/Release - Visual Studio 15 2017 Win64/Release' ./server -Recurse"
Expand Down

0 comments on commit 299a5a0

Please sign in to comment.