diff --git a/README.md b/README.md index fef6edde4..acfe77de9 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,6 @@ Most critically following customizations are included at the moment: - Windows exe is digitally signed - Windows MSI is digitally signed - Windows MSI uses [user installation mode](https://github.com/tauri-apps/tauri/issues/2319#issuecomment-1182846485) -- Both MSI installer and exe binary inside of it are uploaded are sent [to Microsoft](https://www.microsoft.com/en-us/wdsi/filesubmission) so they can be scanned and marked safe which should avoid false positivies like these: - -* https://github.com/lencx/ChatGPT/issues/436 -* https://github.com/lencx/ChatGPT/issues/440 -* https://github.com/lencx/ChatGPT/issues/443 **NOTE!!!** I'm using version numbering 0.12.10x here to avoid conflicting with original binary version. However it also means that when 0.13.0 version will eventually get released application will start notify about updates and it is not sure if update will works. If you want avoid that you can set `auto_update` to `disable` in `C:\Users\\.chatgpt\chat.conf.json` and enable **Watch -> Custom -> Releases** on this repository.