We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83973dd commit 76e6dd8Copy full SHA for 76e6dd8
1 file changed
.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 xclip wl-clipboard
+ - sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3-wxgtk4.0 python3-sqlalchemy python3-logbook
25
before_build:
26
# Prepare pyfa data
27
- sh: find locale/ -type f -name "*.po" -exec msgen "{}" -o "{}" \;
0 commit comments