mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 05:13:40 +01:00
Ignore updates for most disabled plugins
This commit is contained in:
parent
64e78a297d
commit
095369de0f
1 changed files with 4 additions and 0 deletions
|
|
@ -184,6 +184,10 @@ namespace Dalamud.Plugin
|
|||
});
|
||||
var latest = sortedVersions.Last();
|
||||
|
||||
if (File.Exists(Path.Combine(latest.FullName, ".disabled")) && !File.Exists(Path.Combine(latest.FullName, ".testing"))) {
|
||||
continue;
|
||||
}
|
||||
|
||||
var localInfoFile = new FileInfo(Path.Combine(latest.FullName, $"{installed.Name}.json"));
|
||||
|
||||
if (!localInfoFile.Exists) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue