From 1e6fa11f0f4feea996ed309defeefe0f3be8788e Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Wed, 27 Feb 2019 17:23:27 +0100 Subject: [PATCH] Remove Appveyor deploy rule --- Readme.tpl.md | 4 ++-- appveyor.yml | 13 ++----------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/Readme.tpl.md b/Readme.tpl.md index a5d2923..5ab3f6b 100644 --- a/Readme.tpl.md +++ b/Readme.tpl.md @@ -24,9 +24,9 @@ The hierarchical view allows for a quick understanding what is going on on your | Platform | | Downloads | |:----------:|:-------------:|:------:| -| ![windows](https://user-images.githubusercontent.com/7721625/51445407-b4172080-1d04-11e9-8c70-d8413d1d6d8b.png) | Windows | {{windowsTargets}} | +| ![windows](https://user-images.githubusercontent.com/7721625/51445407-b4172080-1d04-11e9-8c70-d8413d1d6d8b.png) | Windows |
{{windowsTargets}} | | ![linux](https://user-images.githubusercontent.com/7721625/51445392-947ff800-1d04-11e9-8c7f-a30efb755651.png) | Linux | {{linuxTargets}}
*Run AppImage:
Make it executable and double-click it.* | -| ![ubuntu](https://user-images.githubusercontent.com/7721625/51445401-a5306e00-1d04-11e9-9b9b-20e196b82142.png) | Ubuntu | [![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/mqtt-explorer)
[Ubuntu Store](snap://mqtt-explorer) | +| ![ubuntu](https://user-images.githubusercontent.com/7721625/51445401-a5306e00-1d04-11e9-9b9b-20e196b82142.png) | Ubuntu |
[Ubuntu Store](snap://mqtt-explorer) | | ![mac](https://user-images.githubusercontent.com/7721625/51445390-921d9e00-1d04-11e9-8339-351469ef20ae.png) | Mac | {{macTargets}} | [More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases) diff --git a/appveyor.yml b/appveyor.yml index dd11277..86e8c24 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,21 +12,12 @@ install: build_script: - yarn - yarn build + - yarn prepare-release + - yarn package appx test_script: - yarn test -before_deploy: - - yarn prepare-release - - yarn package appx - -deploy: - - provider: Environment - name: production - on: - branch: master # only this will work -# APPVEYOR_REPO_TAG: true # condition will never be evaluated - artifacts: - path: 'build\clean\build\MQTT-Explorer*.appx'