From 0bfc2c97e15fb750ab8cb4d0d166992aba67fd1f Mon Sep 17 00:00:00 2001 From: sacha schutz Date: Sun, 21 Jan 2018 15:32:59 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b6baf4d..d520255 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,12 @@ Download the AppImage from [here](https://github.com/labsquare/CutePeaks/release Run it as follow: - chmod +x cutepeaks-0.1.0-linux-x86_64.appimage - ./cutepeaks-0.1.0-linux-x86_64.appimage + chmod +x cutepeaks-0.2.0-linux-x86_64.appimage + ./cutepeaks-0.2.0-linux-x86_64.appimage ## Compilation ### Prerequisites -#### Install KArchive - #### Install Qt ≥ 5.7 **From website**: Download Qt ≥ 5.7 from https://www.qt.io/. From 94faceb7c334a3395b058775782c2ac7a118f492 Mon Sep 17 00:00:00 2001 From: sacha schutz Date: Sun, 21 Jan 2018 16:05:03 +0100 Subject: [PATCH 2/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d520255..6329c65 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Supports AB1 and SCF 3.0 file formats. # Installation +## Windows +[Download windows binary 32 bits](https://github.com/labsquare/CutePeaks/releases/download/0.2.0/cutepeaks-0.2.0-win32.exe) + ## Linux Linux binary is available as [AppImage](http://appimage.org/). Download the AppImage from [here](https://github.com/labsquare/CutePeaks/releases). From 985dc52fa2aeae14850c65cbe82778eb0aaaa1e6 Mon Sep 17 00:00:00 2001 From: sacha schutz Date: Mon, 22 Jan 2018 14:21:45 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6329c65..955eda4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CutePeaks -![](https://travis-ci.org/labsquare/CutePeaks.svg?branch=master) +![](https://travis-ci.org/labsquare/CutePeaks.svg) [![Join the chat at https://gitter.im/labsquare/CutePeaks](https://badges.gitter.im/labsquare/CutePeaks.svg)](https://gitter.im/labsquare/CutePeaks?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.824555.svg)](https://doi.org/10.5281/zenodo.824555) From ad95f822f47182e8ef9ec18a3976e915f9b67528 Mon Sep 17 00:00:00 2001 From: sacha schutz Date: Mon, 22 Jan 2018 14:25:14 +0100 Subject: [PATCH 4/5] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 90210f4..143a786 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: - sudo apt-get update install: - - sudo apt-get install qt58base qt58svg qt58network + - sudo apt-get install qt58base qt58svg - source /opt/qt58/bin/qt58-env.sh @@ -48,4 +48,4 @@ notifications: # Temporarily disabled so that AppImage generation can be tested # branches: # only: -# - master \ No newline at end of file +# - master From 1690943bc6d6f9d3bb9ab7f9fa109c0cf0b152ca Mon Sep 17 00:00:00 2001 From: sacha schutz Date: Tue, 23 Jan 2018 00:36:35 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 955eda4..259c84f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,10 @@ Supports AB1 and SCF 3.0 file formats. # Installation ## Windows -[Download windows binary 32 bits](https://github.com/labsquare/CutePeaks/releases/download/0.2.0/cutepeaks-0.2.0-win32.exe) +[Download windows binary](https://github.com/labsquare/CutePeaks/releases/download/0.2.0/cutepeaks-0.2.0-win32.exe) + +## MacOSX +[Downlad MacOS binary](https://github.com/labsquare/CutePeaks/releases/download/0.2.0/cutepeaks-0.2.0-macosx.dmg) ## Linux Linux binary is available as [AppImage](http://appimage.org/).