You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to create a manifest that doesn't download anything. The idea is that it depends on another app (specifically git) and then has an install script that sets up some aliases, but doesn't need to download anything apart from the dependency.
According to the documentation, url is optional, but if I leave it out, the install fails with
>scoop install .\example.json
Test-LessmsiRequirement: C:\Users\Gustav\scoop\apps\scoop\current\lib\depends.ps1:83
Line |
83 | … Lessmsi) -and (Test-LessmsiRequirement -URL (url $manifest $arch))) {
| ~~~~~~~~~~~~~~~~~~~~~
| Cannot bind argument to parameter 'URL' because it is null.
'example' doesn't support 64bit architecture!
I could just point the url at some dummy file as a workaround, but that seems a bit annoying.
The text was updated successfully, but these errors were encountered:
I'd like to create a manifest that doesn't download anything. The idea is that it depends on another app (specifically git) and then has an install script that sets up some aliases, but doesn't need to download anything apart from the dependency.
According to the documentation, url is optional, but if I leave it out, the install fails with
I could just point the url at some dummy file as a workaround, but that seems a bit annoying.
The text was updated successfully, but these errors were encountered: