diff options
author | Kali Kaneko <kali@leap.se> | 2017-10-25 01:01:15 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-11-01 01:39:59 +0100 |
commit | 4e11a6550e11fb2b8682816dfbc98be1581e5402 (patch) | |
tree | a933a71cbc55b75ac00a7d8f4a69e17014cd5a95 /docs | |
parent | 5f9e24bf31f93d0ceff4eba5d0b2969fa8bd7c87 (diff) |
[feat] compile icons into app_rc
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hacking/release.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/hacking/release.rst b/docs/hacking/release.rst index aaf5b68..74ea89e 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! |