Skip to content

Commit

Permalink
Changed some build scripts comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostya K committed Jul 27, 2017
1 parent 7e12971 commit b766235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion travis-scripts/install.linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pip install -I telethon==0.11.5
pyinstaller -D -F -n telegram-chat-dump -c ./telegram_messages_dump/run.py


#Build for Windows
#Setup build env for Windows: pyinstaller+telethon
wine pip install -I telethon==0.11.5
wine pip install pyinstaller
wine pyinstaller -n telegram-chat-dump.exe --onefile --clean --win-private-assemblies -c --noconfirm --log-level=WARN ./telegram_messages_dump/run.py
Expand Down
2 changes: 1 addition & 1 deletion travis-scripts/pre_install.linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'
wget https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key
sudo apt update && sudo apt install winehq-stable

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

Expand Down

0 comments on commit b766235

Please sign in to comment.