amrbashir 1 rok temu
rodzic
commit
b5d797893e
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      tooling/bundler/src/bundle/windows/sign.rs

+ 1 - 0
tooling/bundler/src/bundle/windows/sign.rs

@@ -43,6 +43,7 @@ impl Settings {
   }
 }
 
+#[cfg_attr(not(windows), allow(dead_code))]
 pub struct SignParams {
   pub product_name: String,
   pub digest_algorithm: String,