Skip to content

Commit

Permalink
Updated Telethon version (0.19.1.6) in travis scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostya K committed Jul 7, 2018
1 parent f315c69 commit 1d07be4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions travis-scripts/install.linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ echo pwd
pwd

#Build for Linux
pip install -I telethon==0.18.3
pip install -I telethon==0.19.1.6
pyinstaller -F -n telegram-messages-dump \
-c ./telegram_messages_dump/__main__.py \
--hidden-import telegram_messages_dump.exporters.text \
--hidden-import telegram_messages_dump.exporters.jsonl \
--hidden-import telegram_messages_dump.exporters.csv

#Setup build env for Windows: pyinstaller+telethon
# wine pip install -I telethon==0.18
# wine pip install -I telethon==0.19.1.6
# wine pip install pyinstaller
# wine pyinstaller -n telegram-messages-dump.exe --onefile --clean --win-private-assemblies -c --noconfirm --log-level=WARN ./telegram_messages_dump/__main__.py --hidden-import telegram_messages_dump.exporters.text --hidden-import telegram_messages_dump.exporters.jsonl --hidden-import telegram_messages_dump.exporters.csv

Expand Down
2 changes: 1 addition & 1 deletion travis-scripts/install.macos.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

#Install telethon:
pip3 install -I telethon==0.18.3
pip3 install -I telethon==0.19.1.6
pyinstaller -n telegram-messages-dump --noconsole --onefile \
--hidden-import telegram_messages_dump.exporters.text \
--hidden-import telegram_messages_dump.exporters.jsonl \
Expand Down

0 comments on commit 1d07be4

Please sign in to comment.