From 95b9893d374603f9eb183d7d05bc1080b222c902 Mon Sep 17 00:00:00 2001 From: Dan Nagle Date: Sun, 9 Jun 2024 19:21:38 -0500 Subject: [PATCH] another snapcraft attempt --- snapcraft.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index f343a123..51ea8840 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -11,7 +11,6 @@ description: | grade: stable base: core24 confinement: strict -architectures: [amd64] environment: QT_PLUGIN_PATH: "$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/qt6/plugins" @@ -32,7 +31,6 @@ apps: parts: packetsender: plugin: qmake - qt-version: qt6 source: src/ source-branch: master qmake-project-file: src/PacketSenderSnap.pro