Compare commits
2 Commits
b1ed62963c
...
64ab600ec3
Author | SHA1 | Date | |
---|---|---|---|
64ab600ec3 | |||
6e0d0dd833 |
@ -1,6 +1,3 @@
|
|||||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/flatpak/flatpak-builder/main/data/flatpak-manifest.schema.json
|
|
||||||
|
|
||||||
---
|
|
||||||
app-id: com.fosscat.rluv
|
app-id: com.fosscat.rluv
|
||||||
runtime: org.freedesktop.Platform
|
runtime: org.freedesktop.Platform
|
||||||
runtime-version: "23.08"
|
runtime-version: "23.08"
|
||||||
@ -16,20 +13,19 @@ finish-args:
|
|||||||
- --share=network
|
- --share=network
|
||||||
modules:
|
modules:
|
||||||
# FlutterApp
|
# FlutterApp
|
||||||
- name: rluv App
|
- name: rluvApp
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
only-arches:
|
only-arches:
|
||||||
- aarch64
|
- x86_64
|
||||||
build-commands:
|
build-commands:
|
||||||
- "./build-flatpak.sh"
|
- "./build-flatpak.sh"
|
||||||
sources:
|
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
|
- type: dir
|
||||||
path: ../rluv-client
|
path: ../rluv-client
|
||||||
# - type: git
|
# - type: file
|
||||||
# url: https://github.com/Merrit/flutter_flatpak_example.git
|
# path: ../rluv-client/rluvApp-Linux-Portable.tar.gz
|
||||||
# branch: main
|
- type: file
|
||||||
|
url: https://git.fosscat.com/n8r/rluv_client/releases/download/master-gen/rluvApp-Linux-Portable.tar.gz
|
||||||
|
sha256: 3c28d004b3d978cd6d40396851bfe72c086c93160abbbd71fcb1e29ebfad2469
|
||||||
- type: file
|
- type: file
|
||||||
path: build-flatpak.sh
|
path: build-flatpak.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user