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 53ee484 commit 0142afdCopy full SHA for 0142afd
src/utils/proguard/mapping.rs
@@ -69,7 +69,7 @@ impl AsRef<[u8]> for ProguardMapping<'_> {
69
70
impl Assemblable for ProguardMapping<'_> {
71
fn name(&self) -> Cow<str> {
72
- format!("proguard/{}.txt", self.uuid).into()
+ format!("/proguard/{}.txt", self.uuid).into()
73
}
74
75
fn debug_id(&self) -> Option<DebugId> {
0 commit comments