Create App MacOS

This commit is contained in:
Joseph Moreno
2021-10-11 19:34:26 -05:00
parent 225a954bb3
commit c127d73752
4 changed files with 24 additions and 2 deletions

View File

@ -4,4 +4,5 @@ if [ -d "$dir" ]; then
cd "$dir"
fi
rm -f src/packages.lock.json
dotnet publish -r osx-x64 -c release /p:RestoreLockedMode=true
dotnet publish -r osx-x64 -c release /p:RestoreLockedMode=true -t:BundleApp
strip src/bin/Release/net*/osx-x64/publish/AvaloniaCoreRTDemo.app/Contents/MacOS/AvaloniaCoreRTDemo