Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Cleaning...
Browse files Browse the repository at this point in the history
  • Loading branch information
rupor-github committed Jul 8, 2017
1 parent 7f58158 commit 68aa290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -43,8 +43,8 @@ Program uses source code (modified) from following projects released under GPL:
In order to build [releases](https://github.com/rupor-github/fb2mobi/releases) we are using Python 3.6.1, [cx_Freeze 5.0.2](https://bitbucket.org/anthony_tuininga/cx_freeze) and following libraries:

* cssutils-1.0.2
* lxml-3.7.3
* Pillow-4.1.1
* lxml-3.8.0
* Pillow-4.2.1
* PyHyphen [fork with fixes (2.0.6):](https://github.com/rupor-github/pyhyphen)
* on all platforms usage of Python 3.6 pymalloc interface in hjn module corrupts Python heap and prevents converter from working
* on Windows PyHyphen 2.0.5 does not handle Unicode path names, which prevents converter from working when installed in directories with localized names
Expand Down
2 changes: 1 addition & 1 deletion build-release.sh
Expand Up @@ -77,7 +77,7 @@ for _mingw in ${ARCH_INSTALLS}; do
tar --directory ${_dist} --create --xz --file fb2mobi_cli_${_arch}_glibc_${_glibc}.tar.xz .
fi
else
[ -f fb2mobi_all_${_arch}.7z ] && rm fb2mobi_${_arch}.7z
[ -f fb2mobi_all_${_arch}.7z ] && rm fb2mobi_all_${_arch}.7z

w_tmp_dir=`${w_cmd} /c echo %TMP% 2>/dev/null | tr -d '\r'`
u_tmp_dir=/mnt/c`echo -n ${w_tmp_dir:2} | tr '\\\\\\\\' '/'`
Expand Down

0 comments on commit 68aa290

Please sign in to comment.