From 6b162c896d3224fad1fc166c39433adb4ab1d38d Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sun, 1 Jan 2023 18:15:37 -0600 Subject: [PATCH] noconsole --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a0d96e..bfedaca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: with: python-version: '3.10' - run: pip install -r requirements.txt - - run: pyinstaller creeper.py + - run: pyinstaller --noconsole creeper.py - run: cp -r assets dist/creeper - name: Step 3 - Use the Upload Artifact GitHub Action uses: actions/upload-artifact@v2