From 7c65c0e3574ae70e7c0cce8cd805015cd25aec5e Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Tue, 30 Jul 2024 17:53:32 -0500 Subject: [PATCH] changed pyinstaller to not be a module --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 7642cd8..4625cf9 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -34,6 +34,6 @@ jobs: ## env: # GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} - run: python -m pip install -r requirements.txt - - run: python -m pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py + - run: python pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py # run: gh release upload \ No newline at end of file