mirror of https://github.com/linuxdeepin/linglong
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> |
||
|---|---|---|
| .. | ||
| image | ||
| lib | ||
| libexec/linglong | ||
| script | ||
| share | ||
| CMakeLists.txt | ||