mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
XENIA: fixing xenia_canary filename
This commit is contained in:
parent
6d147d3557
commit
9745428b80
|
@ -616,7 +616,7 @@ modules:
|
|||
- name: xenia-canary
|
||||
buildsystem: simple
|
||||
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"
|
||||
sources:
|
||||
- type: archive
|
||||
|
@ -626,7 +626,7 @@ modules:
|
|||
commands:
|
||||
- |
|
||||
#!/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
|
||||
|
||||
- name: fetch-missing-libs
|
||||
|
|
Loading…
Reference in a new issue