-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.github.jochumdev.letscheck.yml
45 lines (41 loc) · 1.63 KB
/
io.github.jochumdev.letscheck.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
36
37
38
39
40
41
42
43
44
45
# yaml-language-server: $schema=https://raw.githubusercontent.com/flatpak/flatpak-builder/main/data/flatpak-manifest.schema.json
---
app-id: io.github.jochumdev.letscheck
runtime: org.freedesktop.Platform
runtime-version: "24.08"
sdk: org.freedesktop.Sdk
command: letscheck
separate-locales: false
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --device=dri
- --share=network
- --socket=session-bus
- --talk-name=org.freedesktop.Notifications
- --talk-name=org.kde.StatusNotifierWatcher
- --talk-name=com.canonical.AppMenu.Registrar
modules:
- shared-modules/libayatana-appindicator/libayatana-appindicator-gtk3.json
- name: letscheck
buildsystem: simple
only-arches:
- x86_64
build-commands:
- cp -r ./build/linux/x64/release/bundle /app/letscheck
- mkdir -p /app/bin
- chmod +x /app/letscheck/letscheck
- ln -s /app/letscheck/letscheck /app/bin/letscheck
# Install the icon
- mkdir -p /app/share/icons/hicolor/scalable/apps
- install -Dm644 /app/letscheck/data/flutter_assets/assets/icons/LetsCheck.svg /app/share/icons/hicolor/scalable/apps/io.github.jochumdev.letscheck.svg
# Install the desktop file.
- mkdir -p /app/share/applications
- install -Dm644 /app/letscheck/data/flutter_assets/assets/misc/io.github.jochumdev.letscheck.desktop /app/share/applications/
# Install the AppStream metadata file.
- mkdir -p /app/share/metainfo
- install -Dm644 /app/letscheck/data/flutter_assets/assets/misc/io.github.jochumdev.letscheck.metainfo.xml /app/share/metainfo/
sources:
- type: dir
path: .