Автоматизация создания установщика для Arch
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user