From 25c4bba3fa7b6573bb282ca259428d505cc62e51 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 8 Jun 2023 14:28:49 -0400 Subject: [PATCH] Update gam.spec --- src/gam.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gam.spec b/src/gam.spec index e2e6020a..e1cc8a26 100644 --- a/src/gam.spec +++ b/src/gam.spec @@ -3,8 +3,8 @@ from os import getenv from re import search from sys import platform -from PyInstaller.utils.hooks import collect_all, - copy_metadata +from PyInstaller.utils.hooks import (collect_all, + copy_metadata) from gam.var import GAM_VER_LIBS