From 58f92776d2e18bd00079236c03523fbfe7c13b2e Mon Sep 17 00:00:00 2001 From: HoaX7 Date: Mon, 16 Sep 2024 17:57:05 +0530 Subject: [PATCH] fix: build fix --- app/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src-tauri/tauri.conf.json b/app/src-tauri/tauri.conf.json index c25347e..5d18c63 100644 --- a/app/src-tauri/tauri.conf.json +++ b/app/src-tauri/tauri.conf.json @@ -74,7 +74,7 @@ "updater": { "active": true, "dialog": true, - "endpoints": ["http://localhost:5000/tauri/{{target}}/{{arch}}/{{current_version}}"], + "endpoints": ["https://scribe.izzi-xenex.xyz/tauri/{{target}}/{{arch}}/{{current_version}}"], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEJDQzY3MjU3MDQ3MDQ1OEYKUldTUFJYQUVWM0xHdktsNDY4RHREYzZnV3BDV3pxS1NVRHNQZGZhSHZqOTlvbXZ1YWdtdkU3b2kK", "windows": { "installMode": "passive"