scoop-apps icon indicating copy to clipboard operation
scoop-apps copied to clipboard

🍨 An online package browser for the Scoop installer

Results 1 scoop-apps issues
Sort by recently updated
recently updated
newest added

The current scheme ```kotlin appManifestUrl: ${app.bucket.url}/tree/${bucket.name}/bucket/${app.appName}.json ``` from what I understand gives me this URL: ``` https://github.com/ScoopInstaller/Extras/tree/extras/bucket/bitwarden.json ``` which gives me a file not found error. Looks like we need...