Skip to content

Commit

Permalink
utils/codesign: Allow 5 files at once
Browse files Browse the repository at this point in the history
  • Loading branch information
derrod committed Jan 29, 2024
1 parent f809320 commit d119eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/codesign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use winreg::RegKey;

use crate::models::config::CodesignOptions;

const MAX_FILES: usize = 20;
const MAX_FILES: usize = 5;
// std::process::Output's status is returned as an i32, but on Windows it's a u32
const IGNORE_STATUS: i32 = 0xc0000374u32 as i32;

Expand Down

0 comments on commit d119eef

Please sign in to comment.