mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
DUCKSTATION: path fixed
This commit is contained in:
parent
46ccf7efa6
commit
8916470a27
|
@ -966,7 +966,7 @@ modules:
|
|||
- ./DuckStation-x64*.AppImage --appimage-extract
|
||||
- mkdir -p "${FLATPAK_DEST}/duckstation"
|
||||
- cp -r squashfs-root/* "${FLATPAK_DEST}/duckstation"
|
||||
- ln -s "${FLATPAK_DEST}/duckstation/usr/bin/duckstation" "${FLATPAK_DEST}/bin/duckstation"
|
||||
- ln -s "${FLATPAK_DEST}/duckstation/usr/bin/duckstation-qt" "${FLATPAK_DEST}/bin/duckstation-qt"
|
||||
sources:
|
||||
- type: file
|
||||
url: https://github.com/stenzek/duckstation/releases/download/preview/DuckStation-x64.AppImage
|
||||
|
|
Loading…
Reference in a new issue