From 763f88658a4e6d12557c7931f5435ebd35548ca7 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 10 Aug 2017 17:49:53 -0400 Subject: [feature] add a new bitmask_chromium gui entrypoint If chromium is installed in the system, there's no need to depend on qt5. --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 919a91e8..e955ccdc 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,7 @@ DOWNLOAD_URL = DOWNLOAD_BASE % VERSION # Entry points gui_launcher = 'bitmask=leap.bitmask.gui.app:start_app' +chrome_launcher = 'bitmask_chromium=leap.bitmask.chrome.chromeapp:start_app' bitmask_cli = 'bitmaskctl=leap.bitmask.cli.bitmask_cli:main' bitmask_helpers = 'bitmask_helpers=leap.bitmask.vpn.helpers:main' bitmaskd = 'bitmaskd=leap.bitmask.core.launcher:run_bitmaskd' @@ -94,7 +95,9 @@ setup( zip_safe=False, entry_points={ 'console_scripts': [ - gui_launcher, bitmask_cli, + gui_launcher, + chrome_launcher, + bitmask_cli, bitmaskd, bitmask_helpers] }, -- cgit v1.2.3