Skip to content

Commit

Permalink
feat: Adding obs-shaderfilter as a submodule ( Fixes #163, Fixes #166 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Jan 28, 2024
1 parent 6fd7f93 commit dc8f17b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "obs-shaderfilter"]
path = obs-shaderfilter
[submodule "Build/Dependency/obs-shaderfilter"]
path = Build/Dependency/obs-shaderfilter
url = https://github.com/exeldro/obs-shaderfilter.git
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#requires -Module HelpOut

Push-Location ($PSScriptRoot | Split-Path)
Import-Module .\obs-powershell.psd1
Save-MarkdownHelp -Module obs-powershell -PassThru

Pop-Location
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$powerShellChevron = Invoke-RestMethod https://pssvg.start-automating.com/Examples/PowerShellChevron.svg

$assetsPath = Join-Path $PSScriptRoot Assets
$assetsPath = Join-Path ($PSScriptRoot | Split-Path) Assets

if (-not (Test-Path $assetsPath)) {
$null = New-Item -ItemType Directory -Path $assetsPath
Expand Down

0 comments on commit dc8f17b

Please sign in to comment.