Browse Source

app: Include correct sources in flatpak for aarch64

pull/434/head
jld3103 1 year ago
parent
commit
2ad090f5ad
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 12
      packages/app/de.provokateurin.neon.yaml

12
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/

Loading…
Cancel
Save