Skip to content

Commit

Permalink
Fix build issue with PyInstaller in Win64 (#556)
Browse files Browse the repository at this point in the history
FIX: 64 bits version compiled with PyInstaller for Windows couldn't find its module rdiff_backup, closes #555
  • Loading branch information
ericzolf committed Apr 10, 2021
1 parent 705b445 commit 88c2c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/win_build_rdiffbackup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ py_ver_brief=${PYTHON_VERSION%.[0-9]}

${PYEXE} setup.py bdist_wheel
${PYINST} --onefile --distpath build/${ver_name}-${bits} \
--paths=build/lib.win32-${py_ver_brief} \
--paths=build/lib.${py_win_bits}-${py_ver_brief} \
--additional-hooks-dir=tools \
--console build/scripts-${py_ver_brief}/rdiff-backup \
--add-data=src/rdiff_backup.egg-info/PKG-INFO\;rdiff_backup.egg-info

0 comments on commit 88c2c92

Please sign in to comment.