From 2ad090f5ad84146178017fabb0948f21f3711639 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Thu, 29 Jun 2023 22:35:38 +0200 Subject: [PATCH] app: Include correct sources in flatpak for aarch64 --- packages/app/de.provokateurin.neon.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/app/de.provokateurin.neon.yaml b/packages/app/de.provokateurin.neon.yaml index 7b29b148..ab302825 100644 --- a/packages/app/de.provokateurin.neon.yaml +++ b/packages/app/de.provokateurin.neon.yaml @@ -33,8 +33,20 @@ modules: - type: file path: assets/logo.svg - type: file + only-arches: [x86_64] path: build/linux/x64/release/bundle/nextcloud-neon - type: dir + only-arches: [x86_64] path: build/linux/x64/release/bundle/lib/ - type: dir + only-arches: [x86_64] path: build/linux/x64/release/bundle/data/ + - type: file + only-arches: [aarch64] + path: build/linux/arm64/release/bundle/nextcloud-neon + - type: dir + only-arches: [aarch64] + path: build/linux/arm64/release/bundle/lib/ + - type: dir + only-arches: [aarch64] + path: build/linux/arm64/release/bundle/data/