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 10618ef commit 87c75aaCopy full SHA for 87c75aa
2 files changed
build.py
@@ -62,7 +62,7 @@
62
f"-B{build_dir}",
63
f"-DCUSTOM_PLUGIN_NAME={name}",
64
f"-DCUSTOM_PLUGIN_PATH={zip_path}",
65
- f"-DCUSTOM_PLUGIN_COMPANY=\"{author}\"",
+ f"-DCUSTOM_PLUGIN_COMPANY={author}",
66
"-DCMAKE_BUILD_TYPE=Release",
67
f"-DENABLE_GEM={'1' if enable_gem else '0'}",
68
f"-DENABLE_SFIZZ={'1' if enable_sfizz else '0'}",
plugdata
0 commit comments