Move scripts properly
This commit is contained in:
parent
36336e332d
commit
2dfb9d58bf
66 changed files with 75 additions and 76 deletions
scripts/Windows/Software/RetroArch
|
@ -1,6 +1,6 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/../../Scripts/KnownFolders.ps1";
|
||||
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Scripts/Context.ps1";
|
||||
|
||||
$null = New-Module {
|
||||
Import-Module "$env:ChocolateyInstall/helpers/chocolateyInstaller.psm1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue