From 0c597fce4e9c932df9977f4d60472601c9601456 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 27 Jul 2023 03:25:42 +0200 Subject: [PATCH] Fix incorrect module path --- scripts/Windows/Software/RetroArch/Manage.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/Software/RetroArch/Manage.ps1 b/scripts/Windows/Software/RetroArch/Manage.ps1 index 6bd9af8c..f87ab0a3 100644 --- a/scripts/Windows/Software/RetroArch/Manage.ps1 +++ b/scripts/Windows/Software/RetroArch/Manage.ps1 @@ -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";