mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
XENIA: fixing xenia_canary filename
This commit is contained in:
parent
6d147d3557
commit
9745428b80
|
@ -616,7 +616,7 @@ modules:
|
||||||
- name: xenia-canary
|
- name: xenia-canary
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- install -Dm755 xenia-canary.exe "${FLATPAK_DEST}/xenia-canary/xenia-canary.exe"
|
- install -Dm755 xenia_canary.exe "${FLATPAK_DEST}/xenia-canary/xenia_canary.exe"
|
||||||
- install -Dm755 xenia-canary "${FLATPAK_DEST}/bin/xenia-canary"
|
- install -Dm755 xenia-canary "${FLATPAK_DEST}/bin/xenia-canary"
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
|
@ -626,7 +626,7 @@ modules:
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
WINEPREFIX="/var/data/xenia-canary-pfx" wine "/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