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 c6cd343 commit d6426daCopy full SHA for d6426da
Build/obs--shaders.build.ps1
@@ -429,6 +429,13 @@ if (Test-Path "obs-shaderfilter") {
429
Remove-Item -Recurse -Force -Path "obs-shaderfilter"
430
}
431
432
+$shaderReadme = Join-Path $ShaderCommandsPath "README.md"
433
+New-Item -Path $shaderReadme -Value @'
434
+## obs-powershell Shader Commands
435
+
436
+This folder contains the generated commands for the shaders in the [obs-shaderfilter plugin](https://github.com/exeldro/obs-shaderfilter/).
437
+'@ -Force
438
439
440
trap [Exception] {
441
if ($env:GITHUB_STEP_SUMMARY) {
0 commit comments