mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-08 09:05:46 +00:00
Fix plugin download bug
This commit is contained in:
@@ -208,7 +208,7 @@ class Tesses.CrossLang.PackageManager
|
||||
{
|
||||
each(var dep : _vm.Dependencies)
|
||||
{
|
||||
var path = /short_name/$"{dep.Name}-{dep.Version.ToString()}";
|
||||
var path = /short_name/$"{dep.Name}-{dep.Version.ToString()}.crvm";
|
||||
if(!dirFs.RegularFileExists(path))
|
||||
{
|
||||
var pkg2 = this.GetPackage(dep.Name,dep.Version.ToString());
|
||||
|
||||
Reference in New Issue
Block a user