Skip to content

Commit 1d07be4

Browse files
author
Kostya K
committed
Updated Telethon version (0.19.1.6) in travis scripts.
1 parent f315c69 commit 1d07be4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

travis-scripts/install.linux.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ echo pwd
55
pwd
66

77
#Build for Linux
8-
pip install -I telethon==0.18.3
8+
pip install -I telethon==0.19.1.6
99
pyinstaller -F -n telegram-messages-dump \
1010
-c ./telegram_messages_dump/__main__.py \
1111
--hidden-import telegram_messages_dump.exporters.text \
1212
--hidden-import telegram_messages_dump.exporters.jsonl \
1313
--hidden-import telegram_messages_dump.exporters.csv
1414

1515
#Setup build env for Windows: pyinstaller+telethon
16-
# wine pip install -I telethon==0.18
16+
# wine pip install -I telethon==0.19.1.6
1717
# wine pip install pyinstaller
1818
# 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
1919

travis-scripts/install.macos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#Install telethon:
4-
pip3 install -I telethon==0.18.3
4+
pip3 install -I telethon==0.19.1.6
55
pyinstaller -n telegram-messages-dump --noconsole --onefile \
66
--hidden-import telegram_messages_dump.exporters.text \
77
--hidden-import telegram_messages_dump.exporters.jsonl \

0 commit comments

Comments
 (0)