From af201178b0cd29e1ec0236b5e1c581533c791d73 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Mon, 19 May 2025 13:36:24 +0200 Subject: [PATCH] include arcade.gl.backends module in the release build Without it, its not possible to run the exe. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8eb8f6..828dfee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,7 @@ jobs: nuitka-version: main script-name: run.py nofollow-import-to: "*tk*,_codecs,encodings,multiprocessing,gi" + include-module: arcade.gl.backends,arcade.gl.backends.opengl disable-plugins: tk-inter,dill-compat,eventlet,gevent,pyqt5,pyqt6,pyside2,pyside6,delvewheel,pywebview,matplotlib,spacy,enum-compat,pbr-compat,gevent,pmw-freezer,transformers,upx,kivy,options-nanny,multiprocessing,gi include-data-dir: assets=assets include-data-files: CREDITS=CREDITS