mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
MANFEST: removing primehack debug libraries
This commit is contained in:
parent
d8c4a12b3f
commit
9e49e61a87
|
@ -496,6 +496,24 @@ modules:
|
||||||
|
|
||||||
# Dolphin - END
|
# Dolphin - END
|
||||||
|
|
||||||
|
# PRIMEHACK - START
|
||||||
|
# https://github.com/RetroDECK/io.github.shiiion.primehack
|
||||||
|
|
||||||
|
- name: retrodeck-primehack
|
||||||
|
buildsystem: simple
|
||||||
|
build-commands:
|
||||||
|
- mkdir -p "${FLATPAK_DEST}/usr/local/lib"
|
||||||
|
- rm -rf "files/lib/debug"
|
||||||
|
- mv "files/lib/"* "${FLATPAK_DEST}/usr/local/lib"
|
||||||
|
- cp -r files/* "${FLATPAK_DEST}"
|
||||||
|
- chmod +x "${FLATPAK_DEST}/bin/"*
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: RETRODECKPRIMEHACKURLPLACEHOLDER
|
||||||
|
sha256: RETRODECKPRIMEHACKPLACEHOLDER
|
||||||
|
|
||||||
|
# PRIMEHACK - END
|
||||||
|
|
||||||
# RPCS3 - START
|
# RPCS3 - START
|
||||||
# https://rpcs3.net/download
|
# https://rpcs3.net/download
|
||||||
|
|
||||||
|
@ -533,23 +551,6 @@ modules:
|
||||||
|
|
||||||
# MELONDS - END
|
# MELONDS - END
|
||||||
|
|
||||||
# PRIMEHACK - START
|
|
||||||
# https://github.com/RetroDECK/io.github.shiiion.primehack
|
|
||||||
|
|
||||||
- name: retrodeck-primehack
|
|
||||||
buildsystem: simple
|
|
||||||
build-commands:
|
|
||||||
- mkdir -p "${FLATPAK_DEST}/usr/local/lib"
|
|
||||||
- mv "files/lib/"* "${FLATPAK_DEST}/usr/local/lib"
|
|
||||||
- cp -r files/* "${FLATPAK_DEST}"
|
|
||||||
- chmod +x "${FLATPAK_DEST}/bin/"*
|
|
||||||
sources:
|
|
||||||
- type: archive
|
|
||||||
url: RETRODECKPRIMEHACKURLPLACEHOLDER
|
|
||||||
sha256: RETRODECKPRIMEHACKPLACEHOLDER
|
|
||||||
|
|
||||||
# PRIMEHACK - END
|
|
||||||
|
|
||||||
# Duckstation - START
|
# Duckstation - START
|
||||||
# https://github.com/stenzek/duckstation/releases/tag/preview
|
# https://github.com/stenzek/duckstation/releases/tag/preview
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue