1
0

feat: Replace ffmpeg with pw-record for audio capture and add service stop/disable to the install script.

This commit is contained in:
2026-02-28 13:05:44 +01:00
parent 6f4e7764ca
commit 4a36400aa1
4 changed files with 18 additions and 11 deletions

View File

@@ -6,6 +6,8 @@ set -e
echo "Building Toak Native AOT executable..."
dotnet publish -c Release -r linux-x64
systemctl --user stop toak.service
systemctl --user disable toak.service
echo "Installing to /usr/bin/toak... (This may prompt for your sudo password)"
sudo cp bin/Release/net10.0/linux-x64/publish/Toak /usr/bin/toak