From c7cc8e163716d2882d01ca936559589d92b2b386 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Mon, 19 May 2025 13:51:24 +0200 Subject: [PATCH] Include arcade.gl.backends as package, instead of module in Nuitka action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 828dfee..20b598e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +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 + include-package: arcade.gl.backends 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