Guest User

Untitled

a guest
Sep 30th, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. app-id: ru.feozru.ExcaliburLauncher
  2. runtime: org.freedesktop.Platform
  3. runtime-version: '20.08'
  4. sdk: org.freedesktop.Sdk
  5. sdk-extensions:
  6. - org.freedesktop.Sdk.Extension.openjdk8
  7. command: ExcaliburLauncher.sh
  8. modules:
  9. - name: ExcaliburLauncher
  10. buildsystem: simple
  11. build-commands:
  12. - install -D ExcaliburLauncher.sh /app/bin/ExcaliburLauncher.sh
  13. sources:
  14. - type: file
  15. path: ExcaliburLauncher.sh
  16. - name: jarLauncher
  17. buildsystem: simple
  18. build-commands:
  19. - install -D launcher_build_65.jar /app/bin/launcher_build_65.jar
  20. sources:
  21. - type: file
  22. path: launcher_build_65.jar
  23. - name: jarTest
  24. buildsystem: simple
  25. build-commands:
  26. - install -D TL.jar /app/bin/TL.jar
  27. sources:
  28. - type: file
  29. path: TL.jar
  30. - name: openjdk
  31. buildsystem: simple
  32. build-commands:
  33. - /usr/lib/sdk/openjdk8/install.sh
  34. - name: xrandr
  35. sources:
  36. - type: archive
  37. url: https://www.x.org/archive/individual/app/xrandr-1.5.1.tar.gz
  38. sha256: 7b99edb7970a1365eaf5bcaf552144e4dfc3ccf510c4abc08569849929fb366e
  39. finish-args:
  40. - --env=PATH=/app/jre/bin:/usr/bin:/app/bin
  41. - --share=ipc
  42. - --socket=x11
  43. - --socket=wayland
  44. - --socket=pulseaudio
  45. - --share=network
  46. - --filesystem=home
  47. - --device=dri
  48. - --device=all
Advertisement
Add Comment
Please, Sign In to add comment