mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
XENIA: using wine64 as wine is not working
This commit is contained in:
parent
84e56f2345
commit
58ebd16207
|
@ -46,6 +46,8 @@ finish-args:
|
||||||
- --filesystem=~/.var/app/com.valvesoftware.Steam:rw # Steam (Flatpak)
|
- --filesystem=~/.var/app/com.valvesoftware.Steam:rw # Steam (Flatpak)
|
||||||
# PPSSPP, DOLPHIN
|
# PPSSPP, DOLPHIN
|
||||||
- --filesystem=xdg-run/gamescope-0:ro
|
- --filesystem=xdg-run/gamescope-0:ro
|
||||||
|
# Xenia / Wine
|
||||||
|
- --env=WINEDLLPATH=/app/dlls/lib32:/app/dlls/lib:/app/lib32/wine/wined3d:/app/lib/wine/wined3d
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
# ES-DE
|
# ES-DE
|
||||||
|
@ -636,8 +638,7 @@ modules:
|
||||||
- type: script
|
- type: script
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
#!/bin/bash
|
WINEPREFIX="/var/data/xenia-canary-pfx" wine64 "/app/xenia-canary/xenia_canary.exe"
|
||||||
WINEPREFIX="/var/data/xenia-canary-pfx" wine "/app/xenia-canary/xenia_canary.exe"
|
|
||||||
dest-filename: xenia-canary
|
dest-filename: xenia-canary
|
||||||
|
|
||||||
- name: fetch-missing-libs
|
- name: fetch-missing-libs
|
||||||
|
|
Loading…
Reference in a new issue