20 lines
603 B
YAML
20 lines
603 B
YAML
# Base the branch and sdk versions on the Chromium yaml:
|
|
# https://github.com/flathub/org.chromium.Chromium/blob/master/org.chromium.Chromium.yaml
|
|
|
|
app-id: org.chromium.Chromium.Extension.ant-policy
|
|
branch: '1'
|
|
runtime: org.chromium.Chromium
|
|
runtime-version: stable
|
|
sdk: org.freedesktop.Sdk//24.08
|
|
build-extension: true
|
|
appstream-compose: false
|
|
|
|
modules:
|
|
- name: policy
|
|
buildsystem: simple
|
|
build-commands:
|
|
- mkdir -p ${FLATPAK_DEST}/policies/managed
|
|
- install -Dm 644 ant-policy.json ${FLATPAK_DEST}/policies/managed
|
|
sources:
|
|
- type: file
|
|
path: ant-policy.json
|