Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs 2index 112ee8e..35137f2 100644 3--- a/src-tauri/src/main.rs 4+++ b/src-tauri/src/main.rs 5@@ -50,7 +50,6 @@ fn main() { 6 Ok(()) 7 }) 8 .plugin(tauri_plugin_shell::init()) 9- .plugin(tauri_plugin_updater::Builder::new().build()) 10 .plugin(tauri_plugin_process::init()) 11 .plugin(tauri_plugin_os::init()) 12 .invoke_handler(tauri::generate_handler![commands::download_file]) 13diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json 14index 3afc5f6..19785e5 100644 15--- a/src-tauri/tauri.conf.json 16+++ b/src-tauri/tauri.conf.json 17@@ -8,7 +8,6 @@ 18 "bundle": { 19 "active": true, 20 "category": "Music", 21- "createUpdaterArtifacts": true, 22 "targets": "all", 23 "icon": [ 24 "icons/32x32.png", 25@@ -26,14 +25,6 @@ 26 "productName": "Aonsoku", 27 "mainBinaryName": "Aonsoku", 28 "identifier": "com.victoralvesf.aonsoku", 29- "plugins": { 30- "updater": { 31- "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDRDNTlENjZCNTJFRDdDRDAKUldUUWZPMVNhOVpaVENsbXg5RTM1TzFnME43TmZoaHU5bWplS1VSSW9YcE1QT0w1ZHRIWHNUOVoK", 32- "endpoints": [ 33- "https://github.com/victoralvesf/aonsoku/releases/latest/download/latest.json" 34- ] 35- } 36- }, 37 "app": { 38 "withGlobalTauri": true, 39 "security": {