-
-
Notifications
You must be signed in to change notification settings - Fork 67
Description
Binner version
2.6.20
Operating System
Linux x64
Describe the bug and the steps to reproduce it
Version 2.6.20 Linux x64 is missing the build directory contents ClientApp/build/*. It seems like these are critical to the application. I am not familiar with the build process for this particular project, but if it's automated, then it's not bundling it into the Release Binaries archive, or if it's done manually, then the dev simply forgot to bundle them in.
- Uninstalled the previous version of Binner. Stopped service and deleted it.
- Unextracted the tar file into a new folder.
- Ran the install script, which installs as a service.
- Start service
Would you like to attach your appsetings.json configuration?
The issue is present on a clean install.
Screenshots or Videos (Optional, but they help!)
This is the result of the issue, specifically, this is the output of Binner:

its missing critical files ,as also seen below:
from the screenshot you can see that version 2.6.18 has the files but 2.6.20 does not.
It is worth noting that I haven't checked the release tar archives for other architectures, but the problem may be there too.
Are you able to contribute a PR? (No is ok!)
Maybe, I'll investigate and start debugging