Closed Stefanuk12 closed 1 year ago
Thank you. Looking forward to reviewing your pull request.
I was able to get it to work within cmd
. Within my PR, instead of building, publish the application instead.
cmd
src
folderdotnet publish Unluau.CLI -r win-x64 /p:PublishSingleFile=true /p:IncludeNativeLibrariesForSelfExtract=true --self-contained true
When you compile the CLI, it has many dependencies which is an issue when releasing (as seen in the latest release), consider reading the following article on publishing as a single file: https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli
Note: I will make a PR soon implementing this, feel free to deny or accept it