From 758595e34038148b0f4b48e803aaf5588efd40f2 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 6 Dec 2016 23:53:15 +0100 Subject: [feature] add icon to the window - Resolves: #8676 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2a7fda1..601f3fa 100644 --- a/Makefile +++ b/Makefile @@ -19,5 +19,8 @@ dev-all: uninstall: pip uninstall leap.bitmask +qt-resources: + pyrcc5 pkg/branding/icons.qrc -o src/leap/bitmask/gui/app_rc.py + doc: cd docs && make html -- cgit v1.2.3