Skip to content

Commit

Permalink
Temporary fix slixmpp not working in PyInstaller-produced executable
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Sep 14, 2024
1 parent 5213d02 commit 75f2344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Uninstall aiodns, installed by slixmpp
run: python -m pip uninstall aiodns --yes
- name: Build executable as a single file
run: pyinstaller avtdl.py --icon NONE --collect-all avtdl --onefile
run: pyinstaller avtdl.py --icon NONE --collect-all avtdl --onefile --collect-submodules slixmpp.features
- name: Build executable as a folder
run: pyinstaller avtdl.py --icon NONE --collect-all avtdl
- name: Compress the folder
Expand Down

0 comments on commit 75f2344

Please sign in to comment.