plexcryptool/install.sh

6 lines
142 B
Bash
Executable File

#!/usr/bin/env bash
rm target/wheels -rf
cargo install --path .
maturin build --release
pip install target/wheels/plexcryptool-*.whl --force