diff options
| author | Ben Vanik <ben.vanik@gmail.com> | 2015-12-31 20:45:10 -0800 |
|---|---|---|
| committer | Ben Vanik <ben.vanik@gmail.com> | 2015-12-31 20:45:10 -0800 |
| commit | c2649b1fd4e6f88fb3387e9f5ef55502a17f0869 (patch) | |
| tree | cd99f23a7111afda2a38a028d51f5377fd297c37 /.appveyor.yml | |
| parent | 558395c250c212c4b5a76897370c78ef14fe6e33 (diff) | |
Ok, that's enough sysadmin for this year.
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 460794221..b1000279f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -76,7 +76,7 @@ build: # scripts to run after build after_build: - - 7z a xenia-%appveyor_repo_branch%-%appveyor_repo_commit%.zip %APPVEYOR_BUILD_FOLDER%\build\bin\Windows\Release\xenia.exe + - 7z a xenia-%appveyor_repo_branch%-%appveyor_repo_commit%.zip LICENSE %APPVEYOR_BUILD_FOLDER%\build\bin\Windows\Release\xenia.exe # to run your custom scripts instead of automatic MSBuild #build_script: |
