Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 16, 24, and 128 px icon sizes #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kmoad
Copy link

@kmoad kmoad commented Jun 7, 2021

Flathub builds are failing due to lack of icon sizes, this fixes the build so that flathub can update to latest version.

flathub/com.github.artemanufrij.regextester#3

@Cogitri
Copy link

Cogitri commented Jun 9, 2021

Missing following diff:

diff --git a/data/icons/meson.build b/data/icons/meson.build
index 640d263..926e90d 100644
--- a/data/icons/meson.build
+++ b/data/icons/meson.build
@@ -1,4 +1,4 @@
-icon_sizes = ['32', '48', '64']
+icon_sizes = ['16', '24', '32', '48', '64', '128']
 
 foreach i : icon_sizes
   install_data(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants