Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
40 lines
1.3 KiB
Diff
40 lines
1.3 KiB
Diff
diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs
|
|
index 112ee8e..35137f2 100644
|
|
--- a/src-tauri/src/main.rs
|
|
+++ b/src-tauri/src/main.rs
|
|
@@ -50,7 +50,6 @@ fn main() {
|
|
Ok(())
|
|
})
|
|
.plugin(tauri_plugin_shell::init())
|
|
- .plugin(tauri_plugin_updater::Builder::new().build())
|
|
.plugin(tauri_plugin_process::init())
|
|
.plugin(tauri_plugin_os::init())
|
|
.invoke_handler(tauri::generate_handler![commands::download_file])
|
|
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
|
|
index 3afc5f6..19785e5 100644
|
|
--- a/src-tauri/tauri.conf.json
|
|
+++ b/src-tauri/tauri.conf.json
|
|
@@ -8,7 +8,6 @@
|
|
"bundle": {
|
|
"active": true,
|
|
"category": "Music",
|
|
- "createUpdaterArtifacts": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
@@ -26,14 +25,6 @@
|
|
"productName": "Aonsoku",
|
|
"mainBinaryName": "Aonsoku",
|
|
"identifier": "com.victoralvesf.aonsoku",
|
|
- "plugins": {
|
|
- "updater": {
|
|
- "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDRDNTlENjZCNTJFRDdDRDAKUldUUWZPMVNhOVpaVENsbXg5RTM1TzFnME43TmZoaHU5bWplS1VSSW9YcE1QT0w1ZHRIWHNUOVoK",
|
|
- "endpoints": [
|
|
- "https://github.com/victoralvesf/aonsoku/releases/latest/download/latest.json"
|
|
- ]
|
|
- }
|
|
- },
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"security": {
|