File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2121 # AppImage dependencies
2222 - sh : sudo DEBIAN_FRONTEND=noninteractive apt-get -y install libfuse2
2323 # Preparation script dependencies
24- - sh : sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3-wxgtk4.0 python3-sqlalchemy python3-logbook python3-requests
25- - sh : sudo dpkg -l | grep python3
24+ - sh : sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3-wxgtk4.0 python3-sqlalchemy python3-logbook
2625 before_build :
2726 # Prepare pyfa data
2827 - sh : find locale/ -type f -name "*.po" -exec msgen "{}" -o "{}" \;
28+ - sh : python3 --version
29+ - sh : python3 -m requests
2930 - sh : python3 -B scripts/compile_lang.py
3031 - sh : python3 -B scripts/dump_crowdin_progress.py
3132 - sh : python3 -B db_update.py
You can’t perform that action at this time.
0 commit comments