Files
Terminal.Gui/Examples/NativeAot/Publish_osx-x64_Release.sh
BDisp da9286d3f4 Fixes #4231. NativeAot project throws when running the published executable (#4232)
* Fixes #4231. NativeAot project throws when running the published executable

* Code cleanup

---------

Co-authored-by: Tig <tig@users.noreply.github.com>
2025-09-10 10:44:08 -06:00

6 lines
115 B
Bash

#!/bin/bash
dotnet clean -c Release
dotnet build -c Release
dotnet publish -c Release -r osx-x64 --self-contained