Skip to content

Commit

Permalink
Make it take some time
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbegamerxx954 committed Jun 3, 2024
1 parent 48f4ff2 commit 98fbab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ fn rewrite_zip(zip_file: &File, output: &Path, opts: &Options) -> Result<()> {
"{}: Make sure you use shaders for the version of apk you are patching",
style("TIP").green()
);
std::thread::sleep(std::time::Duration::from_secs(2));
println!("{} Patching apk file", Emoji("📦", ""));
let pstyle = ProgressStyle::with_template(
"{percent:.green.bold}% {msg} [{bar:30.cyan/yellow}] {elapsed}",
Expand Down

0 comments on commit 98fbab4

Please sign in to comment.