mirror of
https://onedev.site.tesses.net/tytd2025
synced 2026-02-08 17:45:45 +00:00
Fix downloader bug, use plink and add icon to plugin template
This commit is contained in:
@@ -812,7 +812,7 @@ class TYTD.Downloader {
|
|||||||
env.LoadFileWithDependencies(subdir, _exec);
|
env.LoadFileWithDependencies(subdir, _exec);
|
||||||
|
|
||||||
_pkg.pluginObject = d.PluginInit();
|
_pkg.pluginObject = d.PluginInit();
|
||||||
if(_pkg.pluginObject.Server != null && _pkg.pluginObject.Server != undefined)
|
if(TypeIsDefined(_pkg.pluginObject.Server))
|
||||||
{
|
{
|
||||||
var path = /"plugin"/_pkg.pluginName;
|
var path = /"plugin"/_pkg.pluginName;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user