-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.github.openarl.pathofbuilding.yml
More file actions
66 lines (56 loc) · 1.7 KB
/
com.github.openarl.pathofbuilding.yml
File metadata and controls
66 lines (56 loc) · 1.7 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
57
58
59
60
61
62
63
64
65
66
app-id: com.github.openarl.pathofbuilding
branch: stable
runtime: org.winepak.Platform
runtime-version: "3.0"
sdk: org.winepak.Sdk
command: path-of-building
add-extensions:
org.winepak.Platform.Compat32:
directory: lib/wine-32bit
version: "3.0"
add-ld-path: lib
no-autodownload: false
build-options:
build-args:
- --socket=x11
- --share=ipc
- --device=dri
- --share=network
#env:
#WINEPREFIX: /app/wine
finish-args:
- --socket=x11
- --share=ipc
- --device=dri
- --share=network
#- --filesystem=xdg-documents
#- --filesystem=/app/bin:rw
#- --filesystem=Z:\app\bin
#- --env=WINEDEBUG=-all
#- --env=MESA_GLTHREAD=true
#- --env=__GL_THREADED_OPTIMIZATIONS=1
modules:
- name: setup-wine-compat32
buildsystem: simple
build-commands:
- mkdir -p /app/lib/wine-32bit
# is this really necessary?
- ln -s /app/lib/wine-32bit/lib/ld-linux.so.2 /app/lib/ld-linux.so.2
- name: path-of-building
buildsystem: simple
build-commands:
- install -d /app/bin
- install -d /app/wine
- install pob-installer.exe /app/bin
- install path-of-building /app/bin
#- wineboot
#- wine64 /app/bin/pob-installer.exe
sources:
- type: file
dest-filename: pob-installer.exe
url: https://github.com/Openarl/PathOfBuilding/releases/download/v1.4.131/PathOfBuilding-Setup-1.4.131.exe
sha256: 21f8e84a452a6600d8baf200966ee5684f267a0f0046feab8f5691f65856ace2
- type: script
dest-filename: path-of-building
commands:
- wine64 '/var/data/wine/drive_c/Program Files/Path of Building/Path of Building.exe'