File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ Usage: %B${functrace[1]%:*}%b <option> [<options>]
247247 if (( _loglevel > 1 )) cmake_args+=(--verbose)
248248 cmake --install build_${target##* -} --config ${BUILD_CONFIG:- RelWithDebInfo} --prefix "${project_root} /release" ${cmake_args}
249249 cmake --install build_client_${target##* -} --config ${BUILD_CONFIG:- RelWithDebInfo} --prefix "${project_root} /release_client" ${cmake_args}
250- mv "${project_root} /release_client/io_client" "$HOME /.config/obs-studio/plugins/${product_name} /"
251-
250+ mv "${project_root} /release_client/io_client/io_client " "$HOME /.config/obs-studio/plugins/${product_name} /"
251+
252252 local output_name="${product_name} -${product_version} -${host_os} -${target##* -} .zip"
253253 pushd "$HOME /.config/obs-studio/plugins/"
254254 zip -r ${project_root} /release/${output_name} "./${product_name} /"
You can’t perform that action at this time.
0 commit comments