Skip to content

Commit a05d4e0

Browse files
committed
fix: generate 28px icons
1 parent 92e0c87 commit a05d4e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/scripts/21-fix-icons.py files/scripts/21-fix-icon-sizes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import cairosvg
55

66
# This script is meant to add missing icons for some sizes
7-
SIZES_TO_PROCESS = ["48"]
7+
SIZES_TO_PROCESS = ["28"]
88

99
base = Path("/usr/share/icons/Chicago95")
1010

recipes/recipe.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ modules:
1313
- source: system
1414
destination: /
1515

16-
1716
- type: rpm-ostree
1817
install:
1918
- btop
@@ -44,6 +43,7 @@ modules:
4443
- 03-ublue.sh
4544
- 10-install-appimages.sh
4645
- 20-chicago95.sh
46+
- 21-fix-icon-sizes.py
4747

4848
- type: default-flatpaks
4949
notify: true # Send notification after install/uninstall is finished

0 commit comments

Comments
 (0)