GitbookIO / nuts

:chestnut: Releases/downloads server with auto-updater and GitHub as a backend
http://nuts.gitbook.com
Apache License 2.0
1.25k stars 300 forks source link

Fix for RELEASES URLs not containing the app name when using Nuts as an Express middleware #159

Open sapiraz opened 6 years ago

sapiraz commented 6 years ago

When search parameters are present in the URL that Electron sends to Nuts: For example: http://localhost:4000/myApp/update/win32/1.0.0/RELEASES?arch=amd64

The app name is being omitted: http://localhost:4000/download/1.1.0/my-app-1.1.0-full.nupkg

Expected Result: http://localhost:4000/myApp/download/1.1.0/my-app-1.1.0-full.nupkg

resolves #150

loprima-l commented 1 year ago

Hi, I merged the project to a new repo to start maintain it, I would be glad if you can put your pull request here : https://github.com/loprima-l/nuts-2