plug-ins: Fix file associations generated from .py plug-ins

Following 2ce3c604
This commit is contained in:
Bruno Lopes 2025-06-02 07:47:51 -03:00
parent 348b86e2f7
commit d6a961c2af
No known key found for this signature in database

View file

@ -89,13 +89,13 @@ endforeach
subdir('python')
#if get_option('windows-installer') or get_option('ms-store')
# foreach plugin : python_plugins
# if plugin.get('name').startswith('file-')
# all_plugins_sources += [ meson.current_source_dir() / python/ plugin.get('name') + '.py' ]
# endif
# endforeach
#endif
if get_option('windows-installer') or get_option('ms-store')
foreach plugin : python_plugins
if plugin.get('name').startswith('file-')
all_plugins_sources += [ meson.current_source_dir() / 'python' / plugin.get('name') + '.py' ]
endif
endforeach
endif
if get_option('windows-installer') or get_option('ms-store')