From 4cf18f2bf672d86490e763f6e44b7b1fbd44c53f Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sat, 4 Jul 2026 08:55:06 -0400 Subject: [PATCH] Fix gam.spec to see gamlib/verlibs.py --- src/gam.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam.spec b/src/gam.spec index d833e9b1..764f8f33 100644 --- a/src/gam.spec +++ b/src/gam.spec @@ -5,7 +5,7 @@ from sys import platform from PyInstaller.utils.hooks import copy_metadata -from gam.gamlib.glverlibs import GAM_VER_LIBS +from gam.gamlib.verlibs import GAM_VER_LIBS with open("gam/__init__.py") as f: