mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2025-10-30 06:07:56 +00:00
Compare commits
3 Commits
feature/in
...
5bd165a259
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5bd165a259 | ||
|
|
01b6bf07cd | ||
|
|
bc6d43c733 |
@@ -2,6 +2,7 @@
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **scoop-update**: Force sync tags w/ remote branch while scoop update ([#6439](https://github.com/ScoopInstaller/Scoop/issues/6439))
|
||||
- **scoop-download**: Fix function `nightly_version` not defined error ([#6386](https://github.com/ScoopInstaller/Scoop/issues/6386))
|
||||
|
||||
## [v0.5.3](https://github.com/ScoopInstaller/Scoop/compare/v0.5.2...v0.5.3) - 2025-08-11
|
||||
|
||||
@@ -136,7 +136,7 @@ function Sync-Scoop {
|
||||
# reset branch HEAD
|
||||
Invoke-Git -Path $currentdir -ArgumentList @('reset', '--hard', "origin/$configBranch", '-q')
|
||||
} else {
|
||||
Invoke-Git -Path $currentdir -ArgumentList @('pull', '-q')
|
||||
Invoke-Git -Path $currentdir -ArgumentList @('pull', '--tags', '--force', '-q')
|
||||
}
|
||||
|
||||
$res = $lastexitcode
|
||||
|
||||
Reference in New Issue
Block a user