mirror of
https://github.com/neosubhamoy/pytubepp-helper.git
synced 2026-02-04 11:22:22 +05:30
(feat): added initial tauri updater and minor ci/cd changes
This commit is contained in:
@@ -318,6 +318,7 @@ pub async fn run() {
|
||||
let start_hidden = args.contains(&"--hidden".to_string());
|
||||
|
||||
tauri::Builder::default()
|
||||
.plugin(tauri_plugin_updater::Builder::new().build())
|
||||
.plugin(tauri_plugin_single_instance::init(|app, _args, _cwd| {
|
||||
// Focus the main window when attempting to launch another instance
|
||||
if let Some(window) = app.get_webview_window("main") {
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
pytubepp_helper_lib::run().await;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user