Skip to content

Commit 3519c4d

Browse files
committed
add imagecodecs.jpeg8_decode to package_mac
1 parent 65763b7 commit 3519c4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
pyinstaller -F --add-data "static:static" --add-data "minerva-story:minerva-story" --collect-all altair --collect-all xmlschema --collect-all ome_types --collect-submodules xsdata_pydantic_basemodel --hidden-import "imagecodecs._shared" --hidden-import "imagecodecs._imcd" src/app.py
2+
pyinstaller -F --add-data "static:static" --add-data "minerva-story:minerva-story" --collect-all altair --collect-all xmlschema --collect-all ome_types --collect-submodules xsdata_pydantic_basemodel --hidden-import "imagecodecs._shared" --hidden-import "imagecodecs._imcd" --hidden-import "imagecodecs.jpeg8_decode" src/app.py

0 commit comments

Comments
 (0)