Skip to content

Commit

Permalink
switch to including dll's using pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
AdenKoperczak committed Dec 12, 2024
1 parent 18a193b commit 7ed52f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ jobs:
run: |
cd ${{ github.workspace }}/source
Copy-Item build/grib2pf.dll dist/grib2pf/_internal
Copy-Item build/bin/eccodes.dll dist/grib2pf/_internal
Copy-Item build/bin/eccodes_memfs.dll dist/grib2pf/_internal
Copy-Item README.md dist/grib2pf/
Copy-Item ACKNOWLEDGMENTS.md dist/grib2pf/
Copy-Item products.txt dist/grib2pf/_internal
Expand Down
3 changes: 3 additions & 0 deletions grib2pf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ grib2pf_a = Analysis(
['grib2pf.py'],
pathex=[],
binaries=[
('build\\grib2pf.dll', '.'),
('build\\bin\\eccodes.dll', '.'),
('build\\bin\\eccodes_memfs.dll', '.')
],
datas=[
( "README.md", '.' ),
Expand Down

0 comments on commit 7ed52f2

Please sign in to comment.