We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
loaders.cache
1 parent 565f836 commit c7b2c41Copy full SHA for c7b2c41
macos/deploy.py
@@ -113,4 +113,4 @@ def copy_and_install_name_tool(src, dest):
113
module_dir = f"{RESOURCEDIR}/lib/gdk-pixbuf-2.0/{pixbuf_ver}"
114
with open(f"{module_dir}/loaders.cache", 'w') as cachefile:
115
cache = subprocess.check_output(['gdk-pixbuf-query-loaders']).decode()
116
- cachefile.write(re.sub(f'{PREFIX}/[a-zA-Z]+/gdk-pixbuf-2.0/', '@executable_path/../Resources/lib/gdk-pixbuf-2.0/', cache))
+ cachefile.write(re.sub(f'{PREFIX}/.+/gdk-pixbuf-2.0/', '@executable_path/../Resources/lib/gdk-pixbuf-2.0/', cache))
0 commit comments