-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnet.azurewebsites.pathos.pathos.yml
More file actions
57 lines (56 loc) · 2.07 KB
/
net.azurewebsites.pathos.pathos.yml
File metadata and controls
57 lines (56 loc) · 2.07 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
id: net.azurewebsites.pathos.pathos
runtime: org.freedesktop.Platform
runtime-version: '25.08'
sdk: org.freedesktop.Sdk
base: org.winehq.Wine
base-version: wow64-25.08
command: 'net.azurewebsites.pathos.pathos.sh'
build-options:
env:
WINEDLLOVERRIDES: 'mscoree=d;mshtml=d'
WINEPREFIX: '/var/data/wineprefix'
LD_LIBRARY_PATH: '/app/lib32:/app/lib32/wine:/lib32:/lib32/wine'
finish-args:
- --env=LD_LIBRARY_PATH=/app/lib:/usr/lib/x86_64-linux-gnu/GL/default/lib:/usr/lib/x86_64-linux-gnu/openh264/extra:/usr/lib/x86_64-linux-gnu/GL/default/lib:/app/lib32:/app/lib32/wine
- --allow=devel # For Wine crash handling
# Need to link .desktop files
- --allow=multiarch
# - --filesystem=~/.local/share/applications:create
- --share=network
- --system-talk-name=org.freedesktop.NetworkManager
- --device=dri
- --share=ipc
- --socket=pulseaudio
- --socket=wayland
- --socket=fallback-x11
- --env=DOTNET_ROOT=/app/lib/dotnet
- --env=WINEPREFIX=/var/data/wineprefix
- --env=WINEDLLOVERRIDES=\'mscoree=d;mshtml=d\'
#inherit-extensions:
# - org.freedesktop.Platform.Compat.i386
modules:
- name: "Pathos"
buildsystem: simple
build-commands:
- export
- install ${FLATPAK_ID}.sh /app/bin
- install ${FLATPAK_ID}.common.sh /app/bin
- install -Dm644 ${FLATPAK_ID}.desktop /app/share/applications/
- install -Dm644 ${FLATPAK_ID}.svg /app/share/icons/hicolor/scalable/apps/${FLATPAK_ID}.svg
- mkdir -p /app/share/${FLATPAK_ID}
- install -Dm644 ${FLATPAK_ID}.metainfo.xml /app/share/metainfo/${FLATPAK_ID}.metainfo.xml
- install -Dm644 Pathos-installer.exe /app/share/${FLATPAK_ID}
sources:
- type: file
path: net.azurewebsites.pathos.pathos.sh
- type: file
path: net.azurewebsites.pathos.pathos.desktop
- type: file
path: net.azurewebsites.pathos.pathos.svg
- type: file
path: net.azurewebsites.pathos.pathos.common.sh
- type: file
path: installer/Pathos-installer.exe
- type: file
path: net.azurewebsites.pathos.pathos.metainfo.xml