Skip to content

Commit 181706e

Browse files
AkariiinMKIIDeide
authored andcommitted
fix(scoop-download): Fix function nightly_version not defined error (ScoopInstaller#6386)
1 parent eb3efc3 commit 181706e

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [Unreleased](https://github.com/ScoopInstaller/Scoop/compare/v0.5.3...develop)
2+
3+
### Bug Fixes
4+
5+
- **scoop-download**: Fix function `nightly_version` not defined error ([#6386](https://github.com/ScoopInstaller/Scoop/issues/6386))
6+
17
## [v0.5.3](https://github.com/ScoopInstaller/Scoop/compare/v0.5.2...v0.5.3) - 2025-08-11
28

39
### Features

libexec/scoop-download.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
. "$PSScriptRoot\..\lib\versions.ps1" # 'Select-CurrentVersion'
2626
. "$PSScriptRoot\..\lib\manifest.ps1" # 'generate_user_manifest' 'Get-Manifest'
2727
. "$PSScriptRoot\..\lib\download.ps1"
28+
. "$PSScriptRoot\..\lib\install.ps1" # 'nightly_version'
2829
if (get_config USE_SQLITE_CACHE) {
2930
. "$PSScriptRoot\..\lib\database.ps1"
3031
}

0 commit comments

Comments
 (0)