Skip to content

Commit

Permalink
fix(exe): add win10 notification package to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed May 1, 2023
1 parent 963c507 commit d100d75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
14 changes: 8 additions & 6 deletions exe/win10.directml.dir.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dynamic_packages = [
"tokenizers",
"tqdm",
"omegaconf",
"win10toast",
]
metadatas = [copy_metadata(pkg) for pkg in dynamic_packages]
metadatas = sum(metadatas, [])
Expand Down Expand Up @@ -58,12 +59,13 @@ a = Analysis(
*datas,
],
hiddenimports=[
'coloredlogs',
'omegaconf',
'onnxruntime',
'onnxruntime-directml',
'pytorch_lightning',
'tqdm'
"coloredlogs",
"omegaconf",
"onnxruntime",
"onnxruntime-directml",
"pytorch_lightning",
"tqdm",
"win10toast",
],
hookspath=[],
hooksconfig={},
Expand Down
14 changes: 8 additions & 6 deletions exe/win10.directml.file.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dynamic_packages = [
"tokenizers",
"tqdm",
"omegaconf",
"win10toast",
]
metadatas = [copy_metadata(pkg) for pkg in dynamic_packages]
metadatas = sum(metadatas, [])
Expand Down Expand Up @@ -58,12 +59,13 @@ a = Analysis(
*datas,
],
hiddenimports=[
'coloredlogs',
'omegaconf',
'onnxruntime',
'onnxruntime-directml',
'pytorch_lightning',
'tqdm'
"coloredlogs",
"omegaconf",
"onnxruntime",
"onnxruntime-directml",
"pytorch_lightning",
"tqdm",
"win10toast",
],
hookspath=[],
hooksconfig={},
Expand Down

0 comments on commit d100d75

Please sign in to comment.