Автоматизация создания установщика для Arch

This commit is contained in:
2024-07-06 23:18:48 +07:00
parent a6ff689847
commit 95b3e979ad
+1
View File
@@ -38,6 +38,7 @@ fn main() {
.setup(|app| { .setup(|app| {
let app_handle = app.handle(); let app_handle = app.handle();
config_tcp::check_or_create_config_file(app_handle.clone());
if config_tcp::get_autostart(app_handle.clone()) { if config_tcp::get_autostart(app_handle.clone()) {
multi_tcp_listener::start_tcp_server(app_handle); multi_tcp_listener::start_tcp_server(app_handle);
} }