yourtablecloth / TableCloth

식탁보 프로젝트
GNU Affero General Public License v3.0
920 stars 52 forks source link

Need to prevent connection behavior from occurring when installing packages deployed with WinGet #187

Closed rkttu closed 8 months ago

rkttu commented 9 months ago

image

After checking the WinGet submission, it appears that the Azure CI pipeline associated with winget-pkgs is timing out because the tablecloth program is auto-installed immediately after the package installation.

What to look for

Related Report: https://github.com/microsoft/winget-pkgs/pull/138227#issuecomment-1932463697

rkttu commented 8 months ago

I needed to prevent the program from starting automatically when using the unattended installation option, so I made sure that it didn't start once the installation was complete.