TakataSanshiro / Chocolatey-Packages

Some packages that can be installed via chocolatey.org
MIT License
15 stars 29 forks source link

itch: hide itch install log by default #88

Closed soredake closed 1 year ago

soredake commented 1 year ago

By default itch will spit HUGE number of errors when you install it, it will be better to hide this spam by default. itch_install_log.txt

TakataSanshiro commented 1 year ago

I agree, but I don't know how to handle it. Any idea?

TakataSanshiro commented 1 year ago

I've finally found a solution. It might need choco v2. You can suppress huge error messages with this option.

choco install itch --use-system-powershell
choco uninstall itch --use-system-powershell

I made a prerelease package for testing purposes. This version displays no huge error messages without options / switches.

choco install itch --version 25.6.2-preview01 --pre
choco uninstall itch
TakataSanshiro commented 1 year ago

I need more testers. It might contain side effects.

soredake commented 1 year ago

@TakataSanshiro choco install itch --version 25.6.2-preview01 --pre works fine, no long error wall now.

choco uninstall itch gives me: изображение

TakataSanshiro commented 1 year ago

choco install itch --version 25.6.2-preview02 --pre choco uninstall itch

soredake commented 1 year ago

@TakataSanshiro both commands work fine now.

TakataSanshiro commented 1 year ago

It's ready out of preview.

TakataSanshiro commented 1 year ago

It looks good. https://community.chocolatey.org/packages/itch/25.6.2