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.
1 parent 94d0537 commit 6192349Copy full SHA for 6192349
app/conandeployer.py
@@ -30,7 +30,7 @@ def deploy(graph, output_folder: str, **kwargs):
30
dep = deps["pdf2htmlex"]
31
conanfile.output.info(f"Deploying pdf2htmlex to {output_folder}")
32
shutil.copytree(
33
- f"{dep.package_folder}/share/pdf2htmlex",
+ f"{dep.package_folder}/share/pdf2htmlEX",
34
f"{output_folder}/pdf2htmlex",
35
**copytree_kwargs,
36
)
0 commit comments