Skip to content

Commit

Permalink
Final cleanup before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
battleoverflow committed Mar 28, 2023
1 parent e350d7d commit 1bbeff8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions public/js/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
Project: Catherine Framework (https://github.com/azazelm3dj3d/catherine)
Author: azazelm3dj3d (https://github.com/azazelm3dj3d)
License: BSD 2-Clause
*/

const { invoke } = window.__TAURI__.tauri

// Decode a string
Expand Down
1 change: 0 additions & 1 deletion src/catherine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ pub fn init(boot_msg: &str) {
mercy_experimental("domain_gen", domain_str);
},

// Convert into "extract" command where the user can choose what type of extraction to use, similar to the "decode" commands
"extract_zip" => {
let zip_name: String = catherine_shell(NAME, VERSION, "extract/zip".blue());
let zip_str: &str = &zip_name;
Expand Down

0 comments on commit 1bbeff8

Please sign in to comment.