update samples
parent
7ae8a6c247
commit
334b96f90e
|
@ -38,7 +38,7 @@ public class FsmUpdateManifest : IStateNode
|
||||||
|
|
||||||
if(operation.Status == EOperationStatus.Succeed)
|
if(operation.Status == EOperationStatus.Succeed)
|
||||||
{
|
{
|
||||||
operation.SaveManifestVersion();
|
operation.SavePackageVersion();
|
||||||
_machine.ChangeState<FsmCreateDownloader>();
|
_machine.ChangeState<FsmCreateDownloader>();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue