atrexus / unluau

A decompiler for Luau (Roblox's Lua based programming language: https://luau-lang.org/).
Apache License 2.0
88 stars 21 forks source link

Single file compilation #23

Closed Stefanuk12 closed 1 year ago

Stefanuk12 commented 1 year ago

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

atrexus commented 1 year ago

Thank you. Looking forward to reviewing your pull request.

Stefanuk12 commented 1 year ago

I was able to get it to work within cmd. Within my PR, instead of building, publish the application instead.