
* UserControl sample. * Multi-theme support. * NativeMenu on macOS. * GitHub workflow for Windows, Linux and MacOS artifact compilation.
7 lines
266 B
Bash
7 lines
266 B
Bash
#!/bin/bash
|
|
rm -f src/packages.lock.json
|
|
dotnet publish -r linux-x64 -c release /p:RestoreLockedMode=true /p:TrimLink=true --self-contained
|
|
cd src/bin/x64/Release/net6.0/linux-x64/publish
|
|
cp AvaloniaCoreRTDemo AvaloniaCoreRTDemo.bin
|
|
strip AvaloniaCoreRTDemo.bin
|