Skip to content

Commit

Permalink
Tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbegamerxx954 committed Jul 21, 2024
1 parent a3848d7 commit 844b910
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
17 changes: 0 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ fn main() -> Result<()> {
let mut output_apk = ZipWriter::new(output_file);
let has_oldsign = input_apk.file_names().any(is_v1sign);
if !has_oldsign {
println!("Fast editing!");
fast_edit(input_apk, output_apk, &options)?;
println!("Signing apk with debug keystore");
Apk::sign(&options.output, None)?;
Expand Down

0 comments on commit 844b910

Please sign in to comment.