We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
obs-plugin
obs-plugins
Windows 11
No response
30.0.0-beta2
n/a
Defining OBS_BUILD_DIR should copy the plugin to the correct path.
OBS_BUILD_DIR
It tries to copy to the folder .../obs-studio/build_x64/rundir/Debug/obs-plugin/64bit
.../obs-studio/build_x64/rundir/Debug/obs-plugin/64bit
Should be a simple fix, just add the missing 's' here:
obs-plugintemplate/cmake/windows/helpers.cmake
Line 46 in b4a4eb5
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Operating System Info
Windows 11
Other OS
No response
OBS Studio Version
30.0.0-beta2
OBS Studio Version (Other)
No response
OBS Studio Log URL
n/a
OBS Studio Crash Log URL
No response
Expected Behavior
Defining
OBS_BUILD_DIR
should copy the plugin to the correct path.Current Behavior
It tries to copy to the folder
.../obs-studio/build_x64/rundir/Debug/obs-plugin/64bit
Steps to Reproduce
OBS_BUILD_DIR
in cmake to the obs build directoryAnything else we should know?
Should be a simple fix, just add the missing 's' here:
obs-plugintemplate/cmake/windows/helpers.cmake
Line 46 in b4a4eb5
The text was updated successfully, but these errors were encountered: