Skip to content

Commit

Permalink
Handle multiple apps with same bundle ID #12
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Jul 16, 2018
1 parent 8ae991c commit 3dab430
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ or Tunnelblick app from https://tunnelblick.net/</string>
<string>Viscosity</string>
</dict>
<key>version</key>
<string>3.0.2</string>
<string>3.0.3</string>
<key>webaddress</key>
<string>https://github.com/deanishe/alfred-vpn-manager</string>
</dict>
Expand Down
1 change: 1 addition & 0 deletions src/vpn.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class VPNApp(object):
__metaclass__ = abc.ABCMeta

def __init__(self):
"""Create new initialised `VPNApp`."""
self._info = False

@abc.abstractproperty
Expand Down

0 comments on commit 3dab430

Please sign in to comment.