Skip to content

Commit b766235

Browse files
author
Kostya K
committed
Changed some build scripts comments
1 parent 7e12971 commit b766235

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

travis-scripts/install.linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pip install -I telethon==0.11.5
99
pyinstaller -D -F -n telegram-chat-dump -c ./telegram_messages_dump/run.py
1010

1111

12-
#Build for Windows
12+
#Setup build env for Windows: pyinstaller+telethon
1313
wine pip install -I telethon==0.11.5
1414
wine pip install pyinstaller
1515
wine pyinstaller -n telegram-chat-dump.exe --onefile --clean --win-private-assemblies -c --noconfirm --log-level=WARN ./telegram_messages_dump/run.py

travis-scripts/pre_install.linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'
1515
wget https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key
1616
sudo apt update && sudo apt install winehq-stable
1717

18-
#Install win32-python+pip+pyinstaller+telethon within wine
18+
#Install win32-python+pip within wine
1919
wget "https://www.python.org/ftp/python/3.4.4/python-3.4.4.msi"
2020
wine msiexec /i python-3.4.4.msi /quiet
2121

0 commit comments

Comments
 (0)