From 61ffc75e25fb19db74e23096dce9c2077caaf5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=82ngelo=20Azevedo?= <66081804+ang3lo-azevedo@users.noreply.github.com> Date: Tue, 11 Jul 2023 01:51:16 +0100 Subject: [PATCH] Try to bypass the false positive on Windows Defender (#23) * Update README.md * Update README.md * YAL -> YARC * Try to bypass the false positive on Windows Defender * Merge branch 'YARC-Official:master' into master * Revert "YAL -> YARC" This reverts commit 03e1dab84034950112e3de8fd1747494132ab006. * Update tauri.conf.json --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 660feb4..22a1a8b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -73,7 +73,7 @@ "updater": { "active": true, "endpoints": [ - "https://gist.githubusercontent.com/EliteAsian123/7f0525ad6c1a8496b52ede4e41690fb7/raw/update.json" + "https://releases.yarg.in/launcher/update.json" ], "dialog": true, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDczMjdBMkM2RjYzRkExQ0MKUldUTW9ULzJ4cUluYzJTNG9VUis2azlaejYzcmc1SHRzT1Rtc0RUVWVCNEY2T0V1djlReENMV2gK", @@ -82,4 +82,4 @@ } } } -} \ No newline at end of file +}