mirror of https://github.com/GNOME/gimp.git
plug-ins: the Python test plug-in should be installed for unstable branch and…
… non-release builds.
This commit is contained in:
parent
1b2f229bf6
commit
a964b80ad7
|
@ -15,7 +15,7 @@ plugins = [
|
|||
{ 'name': 'spyro-plus' },
|
||||
]
|
||||
|
||||
if not stable
|
||||
if not stable or not release
|
||||
plugins += [
|
||||
{ 'name': 'test-dialog' },
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue