plexcryptool/install.sh

6 lines
147 B
Bash
Raw Normal View History

2023-05-10 18:11:34 +02:00
#!/usr/bin/env bash
rm target/wheels -rf
cargo install --path .
maturin build --release
pip install target/wheels/plexcryptool*x86_64.whl --force