Skip to content

Commit

Permalink
Update Alfred-Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Aug 7, 2017
1 parent 8d82b6d commit 112bbcd
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 2 deletions.
Binary file not shown.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<dict>
<key>alfredfiltersresults</key>
<false/>
<key>argumenttrimmode</key>
<integer>0</integer>
<key>argumenttype</key>
<integer>1</integer>
<key>escaping</key>
Expand Down Expand Up @@ -122,7 +124,7 @@ Requires Viscosity app from https://www.sparklabs.com/viscosity/</string>
</dict>
</dict>
<key>version</key>
<string>2.0.1</string>
<string>2.0.2</string>
<key>webaddress</key>
<string></string>
</dict>
Expand Down
Binary file modified src/scripts/connect_vpn.scpt
Binary file not shown.
Empty file modified src/scripts/disconnect_vpn.applescript
100644 → 100755
Empty file.
Binary file modified src/scripts/disconnect_vpn.scpt
Binary file not shown.
Binary file modified src/scripts/get_connections.scpt
Binary file not shown.
1 change: 0 additions & 1 deletion src/version

This file was deleted.

1 change: 1 addition & 0 deletions src/viscosity.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def _load_connections():

def load_connections():
"""Return list of VPN connections. Cache list for session."""
wf.clear_session_cache()
return wf.cached_data('connections', _load_connections, max_age=0,
session=True)

Expand Down
Empty file.

0 comments on commit 112bbcd

Please sign in to comment.