From 44c37c83a463dd88d727517013a386e6941ff501 Mon Sep 17 00:00:00 2001 From: Neyunse Date: Sun, 3 Aug 2025 23:50:20 -0300 Subject: [PATCH] update build-multiplatform.yml, bootstrapper.spec and engine.spec --- .github/workflows/build-multiplatform.yml | 2 -- bootstrapper.spec | 4 ++-- engine.spec | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-multiplatform.yml b/.github/workflows/build-multiplatform.yml index 62bf667..ef13885 100644 --- a/.github/workflows/build-multiplatform.yml +++ b/.github/workflows/build-multiplatform.yml @@ -1,8 +1,6 @@ name: Build Multiplatform Engine on: - push: - branches: [dev] pull_request: branches: [dev] types: [closed] diff --git a/bootstrapper.spec b/bootstrapper.spec index 2d75198..269633e 100644 --- a/bootstrapper.spec +++ b/bootstrapper.spec @@ -7,7 +7,7 @@ a = Analysis( pathex=[], binaries=[], datas=[], - hiddenimports=["pyzipper", "cryptography"], + hiddenimports=["pyzipper", "cryptography", "pygame", "pygame-ce"], hookspath=[], hooksconfig={}, runtime_hooks=["env.py"], @@ -31,7 +31,7 @@ exe = EXE( upx=False, upx_exclude=[], runtime_tmpdir=None, - console=False, + console=True, disable_windowed_traceback=False, argv_emulation=False, target_arch=None, diff --git a/engine.spec b/engine.spec index b3a3588..fabc161 100644 --- a/engine.spec +++ b/engine.spec @@ -5,7 +5,7 @@ a = Analysis( pathex=[], binaries=[], datas=[], - hiddenimports=["pyzipper", "cryptography"], + hiddenimports=["pyzipper", "cryptography", "pygame", "pygame-ce"], hookspath=[], hooksconfig={}, runtime_hooks=["env.py"], @@ -29,7 +29,7 @@ exe = EXE( upx=False, upx_exclude=[], runtime_tmpdir=None, - console=False, + console=True, disable_windowed_traceback=False, argv_emulation=False, target_arch=None,