-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.overwatcheddude.flatpak_java_launcher.yml
More file actions
33 lines (33 loc) · 1.14 KB
/
io.github.overwatcheddude.flatpak_java_launcher.yml
File metadata and controls
33 lines (33 loc) · 1.14 KB
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
id: io.github.overwatcheddude.flatpak_java_launcher
runtime: org.freedesktop.Platform
runtime-version: '25.08'
sdk: org.freedesktop.Sdk
command: java_launcher.sh
sdk-extensions:
- org.freedesktop.Sdk.Extension.openjdk11
finish-args:
- --share=ipc
- --share=network
- --device=dri
- --socket=pulseaudio
- --socket=x11
- --env=JAVA_HOME=/app/jre
- --persist=
modules:
- name: openjdk
buildsystem: simple
build-commands:
- "/usr/lib/sdk/openjdk11/install.sh"
- name: java_launcher
buildsystem: simple
build-commands:
- install -D java_launcher.sh /app/bin/java_launcher.sh
- install -D io.github.overwatcheddude.flatpak_java_launcher.desktop /app/share/applications/io.github.overwatcheddude.flatpak_java_launcher.desktop
- install -D io.github.overwatcheddude.flatpak_java_launcher.svg /app/share/icons/hicolor/scalable/apps/io.github.overwatcheddude.flatpak_java_launcher.svg
sources:
- type: file
path: java_launcher.sh
- type: file
path: io.github.overwatcheddude.flatpak_java_launcher.desktop
- type: file
path: io.github.overwatcheddude.flatpak_java_launcher.svg