The source\ressources\template\winget\uninstall.ps1 script was calling winget_exe uninstall with the accept-package-agreements argument which does not exist. This causes the script and uninstall process to fail (cf screenshot).
I also fixed a minor issue where one choco.exe --localonly was still present in the code.
Hello,
The
source\ressources\template\winget\uninstall.ps1
script was callingwinget_exe uninstall
with theaccept-package-agreements
argument which does not exist. This causes the script and uninstall process to fail (cf screenshot).I also fixed a minor issue where one choco.exe
--localonly
was still present in the code.