Merge pull request #14 from qarkai/patch-1

Fix Linux search engine directory path
This commit is contained in:
imDMG 2022-03-15 01:34:24 +05:00 committed by GitHub
commit ae61b0f13a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ According of the name of search plugin:
* Then follow [official tutorial](https://github.com/qbittorrent/search-plugins/wiki/Install-search-plugins).
* _After installation you can change your settings with `*.json` file which will be created automatically in:_
* Windows: `%localappdata%\qBittorrent\nova3\engines`
* Linux: `~/.local/share/data/qBittorrent/nova3/engines`
* Linux: `~/.local/share/qBittorrent/nova3/engines`
* OS X: `~/Library/Application Support/qBittorrent/nova3/engines`
**For update just reinstall `*.py` file.**