linglong/misc
reddevillg 2b1dc8879c fix: Isolate app-specific patches in dedicated directories
Previously, app-specific patches were identified by matching the patch
filename (without the extension) against the application ID. This
approach was flawed as it caused patch conflicts between different
applications. For example, a patch named `com.app.A.json`, intended
only for `com.app.A`, would be incorrectly applied as a global patch
to `com.app.B`.

This commit introduces a directory-based mechanism to correctly isolate
application-specific patches. All patches for a specific app must now
reside within a subdirectory named after the app ID.

Signed-off-by: reddevillg <reddevillg@gmail.com>
2025-07-02 10:51:03 +08:00
..
image feat: add new dialog to show cache generation 2024-12-11 15:05:26 +08:00
lib fix: Isolate app-specific patches in dedicated directories 2025-07-02 10:51:03 +08:00
libexec/linglong fix: add the --no-same-owner parameter to avoid tar unpack errors 2025-04-24 17:59:53 +08:00
script refactor: some scripts that export env 'XDG_DATA_DIRS' 2025-07-02 10:51:03 +08:00
share feat: improve shell completions to show only apps when appropriate 2025-05-13 11:34:59 +08:00
CMakeLists.txt fix: don't hardcode libexec dir 2025-07-02 10:51:03 +08:00