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 | {{windowsTargets}} |
+|  | Windows | 
{{windowsTargets}} |
|  | Linux | {{linuxTargets}}
*Run AppImage:
Make it executable and double-click it.* |
-|  | Ubuntu | [](https://snapcraft.io/mqtt-explorer)
[Ubuntu Store](snap://mqtt-explorer) |
+|  | Ubuntu | 
[Ubuntu Store](snap://mqtt-explorer) |
|  | 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'