suchmememanyskill/Alfae

Build instructions.

begin-theadventure opened this issue · 2 comments

Would it be possible to add instructions for building from the source code?

To make a debug build, running the solution(building all then running Launcher) would be sufficient.

For how to construct a release, see the github actions workflow file

Thanks! The workflow file was the solution.
Although while I had fun building this, I noticed rather unnecessary commands:
dotnet restore and mkdir -p Release/plugins - dotnet publish takes care of both.