diff --git a/public/js/index.js b/public/js/index.js index cd67ae8..4f954eb 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -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 diff --git a/src/catherine.rs b/src/catherine.rs index a607786..42a4d8f 100644 --- a/src/catherine.rs +++ b/src/catherine.rs @@ -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;