Skip to content

Commit

Permalink
Merge branch 'py_re_win' into 'master'
Browse files Browse the repository at this point in the history
fix missing python re module

See merge request mattbas/glaxnimate!29
  • Loading branch information
mbasaglia committed Oct 5, 2023
2 parents c9c6ce4 + ecbffb7 commit f4fae7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/win_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ case "$ACTION" in
cp -r \
/mingw64/lib/python$PY_VERSION/*.py \
/mingw64/lib/python$PY_VERSION/lib-dynload/* \
/mingw64/lib/python$PY_VERSION/{json,collections,encodings,logging,urllib} \
/mingw64/lib/python$PY_VERSION/{json,collections,encodings,logging,urllib,re} \
$PACKDIR/share/glaxnimate/glaxnimate/pythonhome/lib/python
# mkdir /tmp/PyInstall
# pip install pillow --prefix /tmp/PyInstall
Expand Down

0 comments on commit f4fae7f

Please sign in to comment.