mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
Fixes for win32 release (#218)
This commit is contained in:
@@ -20,5 +20,5 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: maigret_standalone
|
name: maigret_standalone_win32
|
||||||
path: pyinstaller/dist/windows # or path/to/artifact
|
path: pyinstaller/dist/windows # or path/to/artifact
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ datas = []
|
|||||||
binaries = []
|
binaries = []
|
||||||
hiddenimports = []
|
hiddenimports = []
|
||||||
|
|
||||||
full_import_modules = ['maigret', 'socid_extractor', 'arabic_reshaper', 'pyvis', 'reportlab']
|
full_import_modules = ['maigret', 'socid_extractor', 'arabic_reshaper', 'pyvis', 'reportlab.graphics.barcode']
|
||||||
|
|
||||||
for module in full_import_modules:
|
for module in full_import_modules:
|
||||||
tmp_ret = collect_all(module)
|
tmp_ret = collect_all(module)
|
||||||
|
|||||||
Reference in New Issue
Block a user