1
0
mirror of https://github.com/ciromattia/kcc synced 2026-01-29 16:37:34 +00:00

Disabled UPX to decrease startup time

This commit is contained in:
Paweł Jastrzębski
2015-11-04 20:41:48 +01:00
parent 21174338ff
commit b2e58127cb
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ RUN useradd -ms /bin/bash kcc && chown -R kcc:kcc /app
USER kcc
WORKDIR /app
RUN pyinstaller -F -s kcc.py
RUN pyinstaller -F -s --noupx kcc.py
RUN mkdir -p dist/usr/bin dist/usr/share/applications dist/usr/share/doc/kindlecomicconverter dist/usr/share/kindlecomicconverter dist/usr/share/lintian/overrides
RUN mv dist/kcc dist/usr/bin
RUN cp icons/comic2ebook.png dist/usr/share/kindlecomicconverter