mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
plug-ins: Fix file associations generated from .py plug-ins
Following 2ce3c604
This commit is contained in:
parent
348b86e2f7
commit
d6a961c2af
1 changed files with 7 additions and 7 deletions
|
@ -89,13 +89,13 @@ endforeach
|
||||||
|
|
||||||
subdir('python')
|
subdir('python')
|
||||||
|
|
||||||
#if get_option('windows-installer') or get_option('ms-store')
|
if get_option('windows-installer') or get_option('ms-store')
|
||||||
# foreach plugin : python_plugins
|
foreach plugin : python_plugins
|
||||||
# if plugin.get('name').startswith('file-')
|
if plugin.get('name').startswith('file-')
|
||||||
# all_plugins_sources += [ meson.current_source_dir() / python/ plugin.get('name') + '.py' ]
|
all_plugins_sources += [ meson.current_source_dir() / 'python' / plugin.get('name') + '.py' ]
|
||||||
# endif
|
endif
|
||||||
# endforeach
|
endforeach
|
||||||
#endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
if get_option('windows-installer') or get_option('ms-store')
|
if get_option('windows-installer') or get_option('ms-store')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue