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 have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
This improvement refers to an existing feature. If you want to suggest a new feature, please use this template.
This improvement is not a bug. If you want to report a bug, please use this template.
Describe the improvement
There's build_release.bat in the main dir of the repo, but there's no instructions on anything beyond that. There's no information on prerequisite libraries required, no manual compilation steps, nothing. Just a batch file that executes a ton of nested Python code. Having an actual build method in like Clang or something would be way better.
Describe how this improvement could help users
The current build method executes a bunch of nested Python code. There's no way to tell what that code is doing at a glance. Having a standard build method with detailed instructions ensures that the build can be reproduced, is secure, and can be contributed to in the future (you know, because open source).
The text was updated successfully, but these errors were encountered:
There's build_release.bat in the main dir of the repo, but there's no instructions on anything beyond that. There's no information on prerequisite libraries required, no manual compilation steps, nothing. Just a batch file that executes a ton of nested Python code. Having an actual build method in like Clang or something would be way better.
This is used to build the final build, with the installed.
For test builds, visual studio or jetbrains rider should be plug and play. Just open the solution and the editor should figure everything out, since UniGetUI is built with .NET projects
Please confirm these before moving forward.
Describe the improvement
There's build_release.bat in the main dir of the repo, but there's no instructions on anything beyond that. There's no information on prerequisite libraries required, no manual compilation steps, nothing. Just a batch file that executes a ton of nested Python code. Having an actual build method in like Clang or something would be way better.
Describe how this improvement could help users
The current build method executes a bunch of nested Python code. There's no way to tell what that code is doing at a glance. Having a standard build method with detailed instructions ensures that the build can be reproduced, is secure, and can be contributed to in the future (you know, because open source).
The text was updated successfully, but these errors were encountered: