diff options
Diffstat (limited to 'docs/hacking')
-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 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! |