Compare commits

..

No commits in common. "64ab600ec3cfc8cea18847d4dfa04cb0344f3907" and "b1ed62963c29ade682bb0f44e9e32c84c5b102ca" have entirely different histories.

View File

@ -1,3 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/flatpak/flatpak-builder/main/data/flatpak-manifest.schema.json
---
app-id: com.fosscat.rluv
runtime: org.freedesktop.Platform
runtime-version: "23.08"
@ -13,19 +16,20 @@ finish-args:
- --share=network
modules:
# FlutterApp
- name: rluvApp
- name: rluv App
buildsystem: simple
only-arches:
- x86_64
- aarch64
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: ../rluv-client
# - type: file
# path: ../rluv-client/rluvApp-Linux-Portable.tar.gz
- type: file
url: https://git.fosscat.com/n8r/rluv_client/releases/download/master-gen/rluvApp-Linux-Portable.tar.gz
sha256: 3c28d004b3d978cd6d40396851bfe72c086c93160abbbd71fcb1e29ebfad2469
# - type: git
# url: https://github.com/Merrit/flutter_flatpak_example.git
# branch: main
- type: file
path: build-flatpak.sh