Added cp -rnL fix for debug files/folders (#1005)
Some checks failed
Build RetroDECK / Build_RetroDECK (push) Has been cancelled
Build RetroDECK / GitHub-publish (push) Has been cancelled
Build RetroDECK / Automated_Tests (push) Has been cancelled

* Fix features.json, add srm launcher

* Logging

* Set correct logging levels

* Bob makes it nexy year already!

* full splash screen dates

* Alpha version of post build check

* Bob makes a comeback, by adding a cli argument

* test build

* json update?

* Stop multi press of SRM button

* If error then just carry on :)

* Allow ES-DE to overwrite files

* Fixed debug cp -rnL issues and moved post check sh file
This commit is contained in:
MonkeyX 2024-12-22 17:13:45 +00:00 committed by GitHub
parent e8d9dbb925
commit 313b519815
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -378,7 +378,7 @@ modules:
build-commands:
- rm -f "files/manifest.json"
- mkdir -p "${FLATPAK_DEST}/retrodeck/tmplib" "${FLATPAK_DEST}/retrodeck/tmplib/debug"
- cp -rnL "files/lib/debug" "${FLATPAK_DEST}/retrodeck/tmplib"
- "cp -rnL files/lib/debug ${FLATPAK_DEST}/retrodeck/tmplib 2>/dev/null || echo 'Warning: Some files could not be copied, but the build will continue.'"
- rm -rf "files/lib/debug"
- "cp -rnL files/lib/* ${FLATPAK_DEST}/retrodeck/tmplib 2>/dev/null || echo 'Warning: Some files could not be copied, but the build will continue.'"
- rm -rf "files/lib"
@ -398,7 +398,7 @@ modules:
- rm -f "files/manifest.json"
- mkdir -p "${FLATPAK_DEST}/retrodeck/tmplib" "${FLATPAK_DEST}/retrodeck/tmplib/debug"
- rm -rf "files/lib/pkgconfig"
- cp -rnL "files/lib/debug" "${FLATPAK_DEST}/retrodeck/tmplib"
- "cp -rnL files/lib/debug ${FLATPAK_DEST}/retrodeck/tmplib 2>/dev/null || echo 'Warning: Some files could not be copied, but the build will continue.'"
- rm -rf "files/lib/debug"
- "cp -rnL files/lib/* ${FLATPAK_DEST}/retrodeck/tmplib 2>/dev/null || echo 'Warning: Some files could not be copied, but the build will continue.'"
- rm -rf "files/lib"