Fix incorrect module path
This commit is contained in:
parent
9be547d3a6
commit
0c597fce4e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
$null = New-Module {
|
$null = New-Module {
|
||||||
Import-Module "KnownFolders";
|
Import-Module "KnownFolders";
|
||||||
Import-Module "$env:ChocolateyInstall/lib/chocolatey/tools/chocolateyInstall/helpers/chocolateyInstaller.psm1";
|
Import-Module "$env:ChocolateyInstall/helpers/chocolateyInstaller.psm1";
|
||||||
$path = "C:/tools/RetroArch-Win64";
|
$path = "C:/tools/RetroArch-Win64";
|
||||||
$softwareName = "RetroArch";
|
$softwareName = "RetroArch";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue