【fix】上传遗漏
This commit is contained in:
@@ -64,8 +64,8 @@ namespace Stary.Evo.Editor
|
||||
|
||||
foreach (var domain in DomainAll)
|
||||
{
|
||||
CopyDllHotUpdateAssembly(domain.DomainName, $"{DomainRoot}/{domain}/AddressableRes");
|
||||
CopyDllStrippedAOTDllOutputRootDir($"{domain}/AddressableRes");
|
||||
CopyDllHotUpdateAssembly(domain.DomainName, $"{DomainRoot}/{domain.DomainName}/AddressableRes");
|
||||
CopyDllStrippedAOTDllOutputRootDir($"{domain.DomainName}/AddressableRes");
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.staryevo.main",
|
||||
"version": "1.0.24",
|
||||
"version": "1.0.25",
|
||||
"displayName": "00.StaryEvo",
|
||||
"description": "This is an Framework package",
|
||||
"unity": "2021.3",
|
||||
|
||||
Reference in New Issue
Block a user