chawyehsu / dorado

🐟 Yet Another bucket for lovely Scoop
https://chawyehsu.com/blog/talk-about-scoop-the-package-manager-for-windows-again
The Unlicense
1.04k stars 105 forks source link

dandanplay: Fix error when running installer script #806

Closed AkariiinMKII closed 8 months ago

AkariiinMKII commented 8 months ago

In latest version, one more folder named WebView2 would be extracted from installer, and cause following error:

Running installer script...
Could not find 'BDC5719 WebView2'! (error 16)
At C:\Users\A1\scoop\apps\scoop\current\lib\core.ps1:638 char:9
+         throw "Could not find '$(fname $from)'! (error $($proc.ExitCo ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (Could not find ...w2'! (error 16):String) [], RuntimeException
    + FullyQualifiedErrorId : Could not find 'BDC5719 WebView2'! (error 16)

Exclude this folder in Get-ChildItem would fix the error.

AkariiinMKII commented 8 months ago

/verify

github-actions[bot] commented 8 months ago

Your changes do not pass checks.

dandanplay

AkariiinMKII commented 8 months ago

/verify

github-actions[bot] commented 8 months ago

All changes look good.

Wait for review from human collaborators.

dandanplay