initial
This commit is contained in:
commit
cb6fa4450a
15 changed files with 3865 additions and 0 deletions
11
packager.sh
Executable file
11
packager.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue