feat: neoLegacy official DLCs support (#98)

This commit is contained in:
/home/neo
2026-06-28 17:03:53 +03:00
committed by GitHub
parent e2a58ab948
commit e2459777b2
8 changed files with 599 additions and 1 deletions
+3
View File
@@ -12,6 +12,7 @@ use std::sync::Arc;
use tokio::sync::Mutex;
use tauri::{Emitter, Manager};
use commands::config as config_cmds;
use commands::dlc;
use commands::download;
use commands::file_dialogs;
use commands::game;
@@ -62,6 +63,8 @@ pub fn run() {
.plugin(tauri_plugin_drpc::init())
.invoke_handler(tauri::generate_handler![
macos_setup::setup_macos_runtime,
dlc::list_git_directory,
dlc::download_dlc_files,
game::launch_game,
game::stop_game,
game::check_game_installed,