initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
echo "Building Hush with AOT compilation..."
|
||||
|
||||
dotnet publish Hush.slnx -c Release -r linux-x64 -p:PublishAot=true
|
||||
|
||||
echo ""
|
||||
echo "Build complete!"
|
||||
echo "Binary location:"
|
||||
echo " - Hush.Cli: Hush.Cli/bin/Release/net10.0/linux-x64/publish/Hush.Cli"
|
||||
echo ""
|
||||
echo "The daemon is not a separate binary. Start it with: hush daemon"
|
||||
Reference in New Issue
Block a user