Skip to content

Commit

Permalink
feat: cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Sep 8, 2024
1 parent b57dc2e commit de4b0ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# -*- mode: python ; coding: utf-8 -*-
from PyInstaller.utils.hooks import collect_data_files
import platform

datas = []
datas += collect_data_files('gradio_client')
datas += collect_data_files('gradio')
datas += collect_data_files('gradio_calendar')
datas += collect_data_files('playwright')


a = Analysis(
Expand All @@ -22,7 +23,7 @@ a = Analysis(
runtime_hooks=[],
excludes=[],
noarchive=False,
optimize=0,
optimize=0,
)
pyz = PYZ(a.pure)

Expand All @@ -46,4 +47,4 @@ exe = EXE(
codesign_identity=None,
entitlements_file=None,
icon=['assets/icon.ico']
)
)

0 comments on commit de4b0ac

Please sign in to comment.