diff --git a/.travis.yml b/.travis.yml
index 806c076..cc83c46 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,9 +19,6 @@ script:
- VERSION=`cat version`
- git commit -m "Start version ${VERSION}" -m "Travis build $TRAVIS_BUILD_NUMBER [skip ci]"
-after_success:
- - git push "https://${GH_TOKEN}@github.com/pochemuto/alfred-help-workflow.git" HEAD:master
-
before_deploy:
- git tag -f "v${RELEASE_VERSION}"
@@ -35,6 +32,10 @@ deploy:
on:
repo: pochemuto/alfred-help-workflow
branch: master
+
+after_deploy:
+ - git push "https://${GH_TOKEN}@github.com/pochemuto/alfred-help-workflow.git" HEAD:master
+
env:
global:
- secure: JRX8M3toNaOpJYVDWvNfZkSsEPOjxFTDzsgfmfn9RooxbywfOiejAHSvnbtoSrz5xVyNSF7hRYkPpVEPdPz51M3vi8tRMjr30jOhABSfp8QBB89l9xDdrJFt82QXJPv6Lh8cLpui6pu2CZdiWwJLqfLzkwhnTymiV7WcB4Fsx8EBzhKfLo46MNziFwHwBx3lgD+2FvTTLnWuhoqjtWvqL+K9ubBJIlQP5ws1m2V/uchrrT1sMQfnlXZqVupx1vTWD3/7IxECgIvxaCFBYszklOVgQ3rlErz6bmyl2mSMLro/3blv5RoeYGvgkrA5y6s+tGFGelHIRI1Of+0NXXcT+oc3ikHylL62GwFFQaoW+XpHx+p/i1/i+IwICO/eD4Nf52PjSvejJH00F3hC7lnQKafa9vstp3SN9EBAJk7aPd87ip47KSgEpga++DQDPb2ZzDCT3PpZ2b2O0/SraKMIEAZOSOFQ1d2uGbt9/EPOaAxGTGOHthxh91tTT6OCbpuWRi4JGJcg+ttmPNrNmTLBp5PRe/GDiRbldQetEGf++wz8QzgZD331dc0cr4Z9z4KFw080GVvhiQQw4NqrznrlWWDBahXwNy1BG33UcNFIbjFLJKzja+zgUswFlUW/hUpvO29UtiGOwkNYcxxs6x8TZPEt02FwezldurzB/aqJlSY=
diff --git a/README.md b/README.md
index 568aaa4..74de0bc 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
-Alfred Help Workflow
+Alfred Keywords
--------------------
-[Latest Release](https://github.com/pochemuto/alfred-help-workflow/releases/latest)
+[Latest Release](https://github.com/pochemuto/alfred-help-workflow/releases/latest)
+
+[![Build Status](https://travis-ci.org/pochemuto/alfred-help-workflow.svg?branch=master)](https://travis-ci.org/pochemuto/alfred-help-workflow)
Usually, advanced by Alfred have many workflows. Some of them need to use very often, but when you need it is not easy to remember keyword. Alfred had to open the settings or google. At this point, breaks down magic Alfred.
diff --git a/install.py b/install.py
index 1e6eb9f..8b407e4 100644
--- a/install.py
+++ b/install.py
@@ -51,7 +51,9 @@ def build():
if 'version' in info:
info['version'] = version
plistlib.writePlist(info, INFO_PLIST_PATH)
-
+
+ # workflows framework needs its own version file
+ shutil.copy('version', 'src/version')
pack(version)
def zipdir(root, ziph, strip_root=False):
diff --git a/src/info.plist b/src/info.plist
index da5de3c..3e65289 100644
--- a/src/info.plist
+++ b/src/info.plist
@@ -27,7 +27,7 @@
disabled
name
- Alfred Keywords Help
+ Alfred Keywords
objects
@@ -84,7 +84,9 @@
readme
-
+
+ This workflow helps you remember the keyword. Just enter ? And the name of the action and you will see a list of available actions.
+
uidata
68637FD7-2E45-4403-B3E4-DD061FD0FF47
@@ -99,7 +101,7 @@
version
- 1.2
+ unspecified
webaddress
https://github.com/pochemuto/alfred-help-workflow
diff --git a/src/version b/src/version
deleted file mode 100644
index e6d5cb8..0000000
--- a/src/version
+++ /dev/null
@@ -1 +0,0 @@
-1.0.2
\ No newline at end of file