|
|
@@ -1,5 +1,5 @@
|
|
|
[Precondition]
|
|
|
-MachineType=RVC.Stand2S,RVC.Standard,RVC.StandardS2,RVC.Standard2S,RVC.PAD,RPM.Stand1S,RVC.Desk2S,RVC.CardStore,RVC.Desk1S
|
|
|
+MachineType=RVC.Stand2S
|
|
|
MachineVersion=5.0
|
|
|
SoftwareVersion=0.0.0-
|
|
|
OSVersion=4.0-
|
|
|
@@ -10,12 +10,13 @@ Cover=
|
|
|
[Action]
|
|
|
;UpgradeVersion:A表示自动升级版本号;也可以指定版本,为空表示轻量升级
|
|
|
UpgradeVersion=A
|
|
|
-
|
|
|
;待删除文件列表
|
|
|
;ToDelete=
|
|
|
|
|
|
+
|
|
|
;待拷贝文件列表,必须为Run或Data子目录,如:Run\bin\*.exe,Run\bin\*.dll,Run\mod\*.dll,Run\dep\*.dll,Run\cfg\*.ini,Run\cfg\*.*
|
|
|
-ToCopy=Run\dep\*.*,Run\bin\*.*,Run\mod\*.*,Run\cfg\*.*,Run\res\*.*
|
|
|
+ToCopy=Run\dep\*,Run\bin\*,Run\mod\*.*,Run\cfg\*.*,Run\res\*
|
|
|
+
|
|
|
;待运行文件列表,适用于系统外升级
|
|
|
;ToRun=
|
|
|
|