File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pip install -I telethon==0.11.5
9
9
pyinstaller -D -F -n telegram-chat-dump -c ./telegram_messages_dump/run.py
10
10
11
11
12
- # Build for Windows
12
+ # Setup build env for Windows: pyinstaller+telethon
13
13
wine pip install -I telethon==0.11.5
14
14
wine pip install pyinstaller
15
15
wine pyinstaller -n telegram-chat-dump.exe --onefile --clean --win-private-assemblies -c --noconfirm --log-level=WARN ./telegram_messages_dump/run.py
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'
15
15
wget https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key
16
16
sudo apt update && sudo apt install winehq-stable
17
17
18
- # Install win32-python+pip+pyinstaller+telethon within wine
18
+ # Install win32-python+pip within wine
19
19
wget " https://www.python.org/ftp/python/3.4.4/python-3.4.4.msi"
20
20
wine msiexec /i python-3.4.4.msi /quiet
21
21
You can’t perform that action at this time.
0 commit comments