-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcom.example.FlutterApp.yml
35 lines (34 loc) · 1.01 KB
/
com.example.FlutterApp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# yaml-language-server: $schema=https://raw.githubusercontent.com/flatpak/flatpak-builder/main/data/flatpak-manifest.schema.json
---
app-id: com.example.FlutterApp
runtime: org.freedesktop.Platform
runtime-version: "22.08"
sdk: org.freedesktop.Sdk
command: flutter_flatpak_example
separate-locales: false
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --device=dri
- --socket=pulseaudio
- --share=network
modules:
# FlutterApp
- name: FlutterApp
buildsystem: simple
only-arches:
- x86_64
build-commands:
- "./build-flatpak.sh"
sources:
- type: file
url: https://github.com/Merrit/flutter_flatpak_example/releases/download/v1.0.0/FlutterApp-Linux-Portable.tar.gz
sha256: 5dc57e4f5b84e6527098cb1e011ef50413c660147f5da7dfbfb507527e44eb83
- type: dir
path: ../counter_app
# - type: git
# url: https://github.com/Merrit/flutter_flatpak_example.git
# branch: main
- type: file
path: build-flatpak.sh