From 4e11a6550e11fb2b8682816dfbc98be1581e5402 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 25 Oct 2017 01:01:15 +0200 Subject: [feat] compile icons into app_rc --- docs/hacking/release.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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! -- cgit v1.2.3