Skip to content

Commit

Permalink
Try to bypass the false positive on Windows Defender (#23)
Browse files Browse the repository at this point in the history
* 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 03e1dab.

* Update tauri.conf.json
  • Loading branch information
ang3lo-azevedo authored Jul 11, 2023
1 parent 921fe06 commit 61ffc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -82,4 +82,4 @@
}
}
}
}
}

0 comments on commit 61ffc75

Please sign in to comment.