Fix incorrect module path

This commit is contained in:
Manuel Thalmann 2023-07-27 03:25:42 +02:00
parent 9be547d3a6
commit 0c597fce4e

View file

@ -3,7 +3,7 @@
$null = New-Module {
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";
$softwareName = "RetroArch";