diff --git a/.gitea/workflows/cross-compile.yaml b/.gitea/workflows/cross-compile.yaml index 40a1772..8b6ca64 100644 --- a/.gitea/workflows/cross-compile.yaml +++ b/.gitea/workflows/cross-compile.yaml @@ -40,6 +40,10 @@ jobs: pip install -r ./requirements.txt pip install pyinstaller + - name: Compile the python binary + run: | + cd ./meshbook + pyinstaller \ --onefile \ --name meshbook \