fix Linux search engine directory path

This commit is contained in:
Arkadiy Illarionov 2022-03-14 22:32:40 +03:00 committed by GitHub
parent 058704d7f1
commit cfdb23499e
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.**