Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
leslievan committed Apr 14, 2023
1 parent e3e1983 commit ec51050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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={},
Expand Down Expand Up @@ -46,5 +46,5 @@ coll = COLLECT(
strip=False,
upx=True,
upx_exclude=[],
name='semi-utils-1_4_13',
name='semi-utils-1_4_14',
)

0 comments on commit ec51050

Please sign in to comment.