plug-ins: the Python test plug-in should be installed for unstable branch and…

… non-release builds.
This commit is contained in:
Jehan 2023-07-14 16:45:39 +02:00
parent 1b2f229bf6
commit a964b80ad7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ plugins = [
{ 'name': 'spyro-plus' },
]
if not stable
if not stable or not release
plugins += [
{ 'name': 'test-dialog' },
]