Skip to content

Commit

Permalink
fix path for ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcmedia committed Feb 2, 2025
1 parent adae2af commit 378c5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waifu2x-extension-gui/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $packageArgs = @{

Install-ChocolateyZipPackage @packageArgs

$files = Get-ChildItem "$(Get-ToolsLocation)\$env:ChocolateyPackageName" -Include *.exe -Recurse
$files = Get-ChildItem "$($packageArgs.UnzipLocation)\$env:ChocolateyPackageName" -Include *.exe -Recurse

foreach ($file in $files) {
if (!($file.Name.Equals("Waifu2x-Extension-GUI-Launcher.exe"))) {
Expand Down

0 comments on commit 378c5db

Please sign in to comment.