diff options
author | Kali Kaneko <kali@leap.se> | 2016-04-13 12:00:36 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-04-13 12:00:36 -0400 |
commit | 6c91aee9c3a0978a7019f3fdf52f4209977b5f0b (patch) | |
tree | 915c39329e18fbc0e764ac3c40fb02a44fb00c0e /Makefile | |
parent | 42bb82b06ea313877023da9f689782b228fac345 (diff) |
[feature] make branding-logo: patches pixelated app logo
and replaces it with bitmask-logo.svg
- Releases: 0.9.2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -147,6 +147,7 @@ checkout_leapdeps_develop: include pkg/sumo-tarballs.mk include pkg/pyinst/pyinst-build.mk +include pkg/branding/branding.mk clean : $(RM) $(COMPILED_UI) $(COMPILED_RESOURCES) $(COMPILED_UI:.py=.pyc) $(COMPILED_RESOURCES:.py=.pyc) |