Skip to content

Commit d6426da

Browse files
author
James Brundage
committed
feat: Adding README to shader commands directory and regenerating shaders ( Fixes #163 )
1 parent c6cd343 commit d6426da

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Build/obs--shaders.build.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,13 @@ if (Test-Path "obs-shaderfilter") {
429429
Remove-Item -Recurse -Force -Path "obs-shaderfilter"
430430
}
431431

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+
432439

433440
trap [Exception] {
434441
if ($env:GITHUB_STEP_SUMMARY) {

0 commit comments

Comments
 (0)