mirror of
https://github.com/slorelee/wimbuilder2.git
synced 2025-05-06 18:25:51 +08:00
support more order key ([order1-[order2-][...]]name)
This commit is contained in:
parent
305760d616
commit
aebb0435c7
@ -114,7 +114,7 @@ var Project = {
|
||||
name = patch_name;
|
||||
}
|
||||
} else {
|
||||
var pos = name.indexOf('-');
|
||||
var pos = name.lastIndexOf('-');
|
||||
if (pos >= 0) name = name.substring(pos + 1);
|
||||
}
|
||||
if (patch_opened != null) state_opened = patch_opened;
|
||||
|
Loading…
x
Reference in New Issue
Block a user