mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
fix the entry point for web plugins
This commit is contained in:
parent
24ce77cdf0
commit
f7f928f0b9
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ setup(
|
|||
%%s = %%s:CorePlugin
|
||||
[deluge.plugin.gtkui]
|
||||
%%s = %%s:GtkUIPlugin
|
||||
[deluge.plugin.webui]
|
||||
[deluge.plugin.web]
|
||||
%%s = %%s:WebUIPlugin
|
||||
\"\"\" %% ((__plugin_name__, __plugin_name__.lower())*3)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue