Skip to content

Commit 7b44371

Browse files
committed
refactor: move common icons to common file list
The profile-outline icon was mentioned in both the firefox as well as the chrome input files. Move it to the common files. Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
1 parent e177463 commit 7b44371

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ ARCHIVE_NAME=$(PACKAGE_NAME)-$(RELEASE_TAG)
4040
COMMON_INPUT_FILES= \
4141
LICENSES/MPL-2.0.txt \
4242
background.js \
43+
icons/profile-outline_48.png \
44+
icons/profile-outline_48.png.license \
4345
popup/menu.css \
4446
popup/menu.js \
4547
popup/menu.html
@@ -51,9 +53,7 @@ CHROME_INPUT_FILES= \
5153
icons/linux-entra-sso_48.png \
5254
icons/linux-entra-sso_48.png.license \
5355
icons/linux-entra-sso_128.png \
54-
icons/linux-entra-sso_128.png.license \
55-
icons/profile-outline_48.png \
56-
icons/profile-outline_48.png.license
56+
icons/linux-entra-sso_128.png.license
5757

5858
FIREFOX_INPUT_FILES= \
5959
$(COMMON_INPUT_FILES) \
@@ -71,8 +71,6 @@ CHROME_PACKAGE_FILES= \
7171
icons/linux-entra-sso_48.png.license \
7272
icons/linux-entra-sso_128.png \
7373
icons/linux-entra-sso_128.png.license \
74-
icons/profile-outline_48.png \
75-
icons/profile-outline_48.png.license \
7674
popup/profile-outline.svg
7775

7876
FIREFOX_PACKAGE_FILES= \

0 commit comments

Comments
 (0)