Skip to content

Commit 03af965

Browse files
Mikachu2333ccmywish
authored andcommitted
fix
1 parent 80f4690 commit 03af965

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/recipe/ware/WinGet.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ wr_winget_setsrc (char *option)
4949
use_this_source (wr_winget);
5050

5151
// 2025.8.17 此前用户可能隐式使用默认源导致 remove 失败,故使用 Dont_Abort
52+
// 我也不知道为啥执行两次就可以了,但是确实是能用了……
53+
chsrc_run ("winget source remove winget", RunOpt_Dont_Abort_On_Failure);
5254
chsrc_run ("winget source remove winget", RunOpt_Dont_Abort_On_Failure);
5355
chsrc_run (xy_strjoin (3, "winget source add winget ", source.url, " --trust-level trusted"), RunOpt_Default);
5456

0 commit comments

Comments
 (0)