This commit is contained in:
fwastring 2025-10-07 11:28:02 +02:00
commit cb6fa4450a
15 changed files with 3865 additions and 0 deletions

11
packager.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
read -p "Current version: " version
rm -rf ~/.tmp/confetti-release/
mkdir -p ~/.tmp/confetti-release/
cargo build --release
cp target/release/confetti ~/.tmp/confetti-release/
cp LICENSE ~/.tmp/confetti-release/LICENSE
cd ~/.tmp/confetti-release/
tar -czf confetti-v${version}-bin-linux-x86_64.tar.gz confetti LICENSE