fix: correct scoop uninstaller filename in CI workflow

This commit is contained in:
t8y2 2026-05-01 11:11:16 +08:00
parent a7b829c951
commit 78ea289f0f
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ jobs:
"args": ["/S", "/D=\$dir"]
},
"uninstaller": {
"file": "Uninstall dbx.exe",
"file": "uninstall.exe",
"args": ["/S"]
},
"checkver": {