We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa927d commit 654f8edCopy full SHA for 654f8ed
.appveyor.yml
@@ -21,7 +21,7 @@ for:
21
# AppImage dependencies
22
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install libfuse2
23
# Preparation script dependencies
24
- - sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3-wxgtk4.0 python3-sqlalchemy python3-logbook
+ - sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3-wxgtk4.0 python3-sqlalchemy python3-logbook python3-requests
25
before_build:
26
# Prepare pyfa data
27
- sh: find locale/ -type f -name "*.po" -exec msgen "{}" -o "{}" \;
0 commit comments