mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-29 19:45:38 +00:00
DUCKSTATION: wrong cp target
This commit is contained in:
parent
b2354f4f47
commit
18d0ed4b41
|
@ -544,7 +544,7 @@ modules:
|
|||
build-commands:
|
||||
- chmod +x *.AppImage
|
||||
- ./*.AppImage --appimage-extract
|
||||
- cp -r squashfs-root/usr/* "${FLATPAK_DEST}/duckstation"
|
||||
- cp -r squashfs-root/usr/* "${FLATPAK_DEST}"
|
||||
sources:
|
||||
- type: file
|
||||
url: https://github.com/stenzek/duckstation/releases/download/v0.1-6937/DuckStation-x64.AppImage
|
||||
|
|
Loading…
Reference in a new issue