Add Windows exe icon, clean release filenames, fix Linux build
- Embed microphone icon in Windows exe via winresource - Rename release artifacts to friendly names (linux-x86_64, windows-x86_64) - Fix warn macro import for Linux build - Add cargo PATH to release script - Fix tea CLI asset upload syntax Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
~/.cargo/bin/cargo xwin build --release --target x86_64-pc-windows-msvc
|
||||
cp target/x86_64-pc-windows-msvc/release/mouth.exe /mnt/nas/xfer/mouth/
|
||||
echo "Done: /mnt/nas/xfer/mouth/mouth.exe"
|
||||
Reference in New Issue
Block a user