From 2b063756e291e64bff3c2313eddcda042e0b20d1 Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Sat, 18 Feb 2023 21:25:51 +0100 Subject: [PATCH] test --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e55536..2247f54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: options: --onefile - os: macos-latest name: sc64-macos - options: --onedir --console --icon ../../assets/sc64_logo_256_256.png + options: --onedir --console --icon ../../assets/sc64_logo_256_256.png --target-architecture universal2 runs-on: ${{ matrix.os }}