Skip to content

Commit d3068b6

Browse files
committed
fix(plugins: oomox): gtk3 wasn't exported if trying to export Cinnamon and all GTK3 theme versions
re #themix-project/oomox-gtk-theme#29 (comment)
1 parent 4b08bf7 commit d3068b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/theme_oomox/oomox_plugin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def do_export(self):
3232
make_opts += ["gtk320"]
3333
else:
3434
make_opts += ["gtk3"]
35+
else:
36+
make_opts += ["gtk3", "gtk320"]
3537
if self.export_config[OPTION_EXPORT_CINNAMON_THEME]:
3638
make_opts += ["css_cinnamon"]
3739
if make_opts:

0 commit comments

Comments
 (0)