From 76e6dd86e18242c9e2b7455f343cc5eda32d3405 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 13 Jan 2026 11:30:58 +0100 Subject: [PATCH] Revert "Add new packages to linux build" This reverts commit ec4a0743b89859391221d56ff6705e550c4419ab. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index fda4e207e..6d28f510d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,7 +21,7 @@ for: # AppImage dependencies - sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install libfuse2 # Preparation script dependencies - - 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 before_build: # Prepare pyfa data - sh: find locale/ -type f -name "*.po" -exec msgen "{}" -o "{}" \;