nfdi4plants / ARCCommander

Tool to manage your ARCs
MIT License
11 stars 9 forks source link

Extended FAKE build script for macOS #146

Closed omaus closed 1 year ago

omaus commented 2 years ago

FAKE build script now has target publishBinariesMacBoth which allows for creating executable files for AMD & Intel processor structure (x64/amd64) on the one hand and ARM processor structure (arm64) on the other.

CLI: dotnet fake build -t publishBinariesMacBoth to do so