-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
Bug Report
Current Behavior
Trying to create a custom app and install it fails with the following error:
scoop install frey-scoop/plezy
Select-CurrentVersion: C:\Users\Jono\scoop\apps\scoop\current\lib\core.ps1:394
Line |
394 | return $null -ne (Select-CurrentVersion -AppName $app -Global:$gl …
| ~~~~
| Cannot bind argument to parameter 'AppName' because it is an empty string.
Select-CurrentVersion: C:\Users\Jono\scoop\apps\scoop\current\lib\core.ps1:394
Line |
394 | return $null -ne (Select-CurrentVersion -AppName $app -Global:$gl …
| ~~~~
| Cannot bind argument to parameter 'AppName' because it is an empty string.
Split-Path: C:\Users\Jono\scoop\apps\scoop\current\lib\core.ps1:591
Line |
591 | (split-path $url -leaf) -replace '.json$', ''
| ~~~~
| Cannot bind argument to parameter 'Path' because it is an empty string.
Couldn't find manifest for ''.
Here's the manifest.
And the app.
Expected Behavior
App installs.
System details
Windows version: 11
OS architecture: 64bit
PowerShell version: 5.1.26100.7462
Additional software: Cmder
Scoop Configuration
{
"ignore_running_processes": false,
"last_update": "2026-01-26T14:43:40.3461392+11:00",
"scoop_branch": "master",
"scoop_repo": "https://github.com/lukesampson/scoop",
"debug": "$true"
}