diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-07-30 11:01:11 -0700 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2017-07-30 11:01:11 -0700 |
commit | 319ea3e68e38705bdcaa54b14de2d3611be918eb (patch) | |
tree | 4e817b86ee528a65177acb32795b27b2c4d6b2f1 /README.md | |
parent | README: Only link to AppVeyor artifacts from master (diff) | |
parent | AppVeyor: Build for 32-bit Windows (diff) | |
download | redshift-ng-319ea3e68e38705bdcaa54b14de2d3611be918eb.tar.gz redshift-ng-319ea3e68e38705bdcaa54b14de2d3611be918eb.tar.bz2 redshift-ng-319ea3e68e38705bdcaa54b14de2d3611be918eb.tar.xz |
Merge branch 'appveyor-x86-builds'
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -109,7 +109,8 @@ Latest builds from master branch -------------------------------- - [Ubuntu PPA](https://launchpad.net/~dobey/+archive/ubuntu/redshift-daily/+packages) (`sudo add-apt-repository ppa:dobey/redshift-daily`) -- [Windows x64](https://ci.appveyor.com/api/projects/jonls/redshift/artifacts/redshift.zip?branch=master&pr=false) +- [Windows x86_64](https://ci.appveyor.com/api/projects/jonls/redshift/artifacts/redshift-windows-x86_64.zip?branch=master&job=Environment%3A+arch%3Dx86_64&pr=false) +- [Windows x86](https://ci.appveyor.com/api/projects/jonls/redshift/artifacts/redshift-windows-i686.zip?branch=master&job=Environment%3A+arch%3Di686&pr=false) Building from source -------------------- |