rename install folder to setup-batch [skip ci]

This commit is contained in:
zeffy
2017-06-28 13:32:07 -07:00
parent 50bf4ba7cf
commit 088241540e
8 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
version: 0.6.1.{build} version: 0.7.0.{build}
skip_commits: skip_commits:
files: files:
- README.md - README.md
@@ -20,15 +20,15 @@ before_build:
after_build: after_build:
- cmd: >- - cmd: >-
copy /Y "LICENSE" "install\COPYING.txt" copy /Y "LICENSE" "setup-batch\COPYING.txt"
cd "%APPVEYOR_BUILD_FOLDER%\install" cd "%APPVEYOR_BUILD_FOLDER%\setup-batch"
for /R %%G in (*.bat) do unix2dos "%%G" for /R %%G in (*.bat) do unix2dos "%%G"
7z a "%BUILD_ZIPFILE%" "..\install" 7z a "%BUILD_ZIPFILE%" "..\setup-batch"
7z rn "%BUILD_ZIPFILE%" "install" "%APPVEYOR_PROJECT_NAME%" 7z rn "%BUILD_ZIPFILE%" "setup-batch" "%APPVEYOR_PROJECT_NAME%"
artifacts: artifacts:
- path: '*.zip' - path: '*.zip'