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: diff --git a/README.md b/README.md index 5d89947b8..25b9f7038 100644 --- a/README.md +++ b/README.md @@ -87,4 +87,5 @@ For more see the main [frequently asked questions](http://xenia.jp/faq/) page. ### Can I get an exe? -Not yet. +Check the [Releases](https://github.com/benvanik/xenia/releases) tab to see +what's there. Updated irregularly.