From ec5105095ea04a8c2a626c3d5265880a53d35a0d Mon Sep 17 00:00:00 2001 From: Leslie Van Date: Fri, 14 Apr 2023 20:59:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.spec b/main.spec index 9b0a0cb..bf40260 100644 --- a/main.spec +++ b/main.spec @@ -8,7 +8,7 @@ a = Analysis( ['main.py'], pathex=[], binaries=[], - datas=[('config.yaml', '.'), ('./input', './input'), ('./output', './output'), ('./fonts', './fonts'), ('./logos', './logos')], + datas=[('config.yaml', '.'), ('./input', './input'), ('./output', './output'), ('./fonts', './fonts'), ('./logos', './logos'), ('./exiftool', './exiftool')], hiddenimports=[], hookspath=[], hooksconfig={}, @@ -46,5 +46,5 @@ coll = COLLECT( strip=False, upx=True, upx_exclude=[], - name='semi-utils-1_4_13', + name='semi-utils-1_4_14', )