📦 Package for Arch and Fedora

This commit is contained in:
zhbaor 2023-03-07 11:30:10 +08:00
parent 0ab77aa7c8
commit ed70f3c2ff
7 changed files with 48 additions and 4 deletions

10
packaging/fedora37/package.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
rm -fr venv
python3 -m venv venv
source venv/bin/activate
cd ../..
pip install .
deactivate
cd packaging/fedora37
fpm