diff --git a/appveyor.yml b/appveyor.yml index dc57dfa..0f9fdf5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,15 +7,20 @@ configuration: Release platform: - x86 - x64 +build: + verbosity: detailed environment: BUILD_VERSION: '%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT:~0,8%' BUILD_VERSION_COMMA_SEP: '%APPVEYOR_BUILD_VERSION:.=,%' BUILD_ZIPFILE: '%APPVEYOR_BUILD_FOLDER%\%APPVEYOR_PROJECT_NAME%_v%BUILD_VERSION%_%PLATFORM%.zip' +before_build: +- cmd: >- + echo %BUILD_VERSION% ............ %BUILD_VERSION_COMMA_SEP% + after_build: - cmd: >- - - copy /Y "LICENSE" "install\" - + copy /Y "LICENSE" "install\COPYING.txt" + cd "%APPVEYOR_BUILD_FOLDER%\install" for /R %%G in (*.bat) do unix2dos "%%G" diff --git a/wufuc/version.rc b/wufuc/version.rc index b22d1d9..21fb971 100644 Binary files a/wufuc/version.rc and b/wufuc/version.rc differ