There was an error while loading. Please reload this page.
1 parent 7fcf03b commit 40aa5d3Copy full SHA for 40aa5d3
1 file changed
src/renutil.rs
@@ -620,6 +620,8 @@ pub async fn install(
620
let android_keystore_str = android_keystore.to_str().unwrap();
621
#[cfg(target_family = "windows")]
622
let android_keystore_str = android_keystore_str.replace("\\\\?\\", "");
623
+ #[cfg(target_family = "windows")]
624
+ let android_keystore_str = android_keystore_str.as_str();
625
if !android_keystore.exists() {
626
println!("Generating Android keystore");
627
0 commit comments