We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a32683 commit 53996d7Copy full SHA for 53996d7
patches/src/main/kotlin/app/revanced/patches/shared/layout/branding/BaseCustomBrandingPatch.kt
@@ -155,7 +155,8 @@ internal fun baseCustomBrandingPatch(
155
}
156
157
if (!replacedResources) {
158
- throw PatchException("Could not find any replacement images in patch option path: $iconPathTrimmed")
+ throw PatchException("Could not find any replacement images in " +
159
+ "patch option path: ${iconPathFile.absolutePath}")
160
161
162
0 commit comments