From 8f6f56ee4dcd0458cb94989f2a603552429fea15 Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Sat, 18 Feb 2023 21:28:07 +0100 Subject: [PATCH] test --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2247f54..d4be892 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,13 +42,12 @@ jobs: include: - os: windows-latest name: sc64-windows - options: --onefile --console --icon ../../assets/sc64_logo_256_256.png + options: --console --icon ../../assets/sc64_logo_256_256.png - os: ubuntu-latest name: sc64-linux - options: --onefile - os: macos-latest name: sc64-macos - options: --onedir --console --icon ../../assets/sc64_logo_256_256.png --target-architecture universal2 + options: --console --icon ../../assets/sc64_logo_256_256.png --target-architecture universal2 runs-on: ${{ matrix.os }} @@ -66,7 +65,7 @@ jobs: working-directory: sw/pc - name: Create sc64 executable - run: pyinstaller --clean ${{ matrix.options }} sc64.py + run: pyinstaller --clean --onefile ${{ matrix.options }} sc64.py working-directory: sw/pc - name: Upload artifact