add quickjs but has bugs

This commit is contained in:
Julian Freeman
2025-12-02 11:59:30 -04:00
parent 38ad2e64cc
commit 320c95041a
10 changed files with 700 additions and 178 deletions

View File

@@ -1,5 +1,5 @@
// filepath: src-tauri/src/lib.rs
mod ytdlp;
mod binary_manager;
mod downloader;
mod storage;
mod commands;
@@ -12,7 +12,9 @@ pub fn run() {
.invoke_handler(tauri::generate_handler![
commands::init_ytdlp,
commands::update_ytdlp,
commands::update_quickjs,
commands::get_ytdlp_version,
commands::get_quickjs_version,
commands::fetch_metadata,
commands::start_download,
commands::get_settings,