From 751e4bf6f49e4cb831ea75723f5de6459ae9ff51 Mon Sep 17 00:00:00 2001 From: Joseph Moreno <44370115+josephmoresena@users.noreply.github.com> Date: Mon, 11 Oct 2021 19:43:49 -0500 Subject: [PATCH] Update test.command --- test.command | 1 + 1 file changed, 1 insertion(+) diff --git a/test.command b/test.command index bfe0ea5..7524a88 100755 --- a/test.command +++ b/test.command @@ -5,4 +5,5 @@ if [ -d "$dir" ]; then fi rm -f src/packages.lock.json dotnet publish -r osx-x64 -c release /p:RestoreLockedMode=true -t:BundleApp +rm src/bin/Release/net*/osx-x64/publish/*.icns strip src/bin/Release/net*/osx-x64/publish/AvaloniaCoreRTDemo.app/Contents/MacOS/AvaloniaCoreRTDemo \ No newline at end of file