- MacOS machine.
- .NET Core SDK 6.0.
- JetBrains Rider is recommended.
- Run
./fake.sh build
. - See output:
PLog.Mac/bin/Release/net6.0/PLog.Mac.app
.
- Run
./fake.sh pack [version]
. For example:./fake.sh pack 8.5
. - See the
.dmg
files in thebuild
folder.
- Write build script for Windows build. Sorry I don't have any Windows PC at the moment :)