summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-10-25 01:01:15 +0200
committerKali Kaneko <kali@leap.se>2017-11-01 01:39:59 +0100
commit4e11a6550e11fb2b8682816dfbc98be1581e5402 (patch)
treea933a71cbc55b75ac00a7d8f4a69e17014cd5a95 /docs
parent5f9e24bf31f93d0ceff4eba5d0b2969fa8bd7c87 (diff)
[feat] compile icons into app_rc
Diffstat (limited to 'docs')
-rw-r--r--docs/hacking/release.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/hacking/release.rst b/docs/hacking/release.rst
index aaf5b683..74ea89e2 100644
--- a/docs/hacking/release.rst
+++ b/docs/hacking/release.rst
@@ -3,6 +3,11 @@
Bitmask Release Checklist
=========================
+New resources
+-------------
+If there are new resources in the qt app (icons), you need to make sure that they've been included in the packaged resource.
+You'll need to install ``pyqt5-dev-tools``, and execute ``make qt-resources``.
+
CI check
--------
* [ ] Check that all tests are passing!