33 lines
606 B
INI
33 lines
606 B
INI
[Steps]
|
|
RestartComputer=false
|
|
|
|
|
|
[GitClone]
|
|
RunGitClone=false
|
|
GitRepoUrl=//192.168.0.20/share/autool.git
|
|
TargetDrive=D:
|
|
TargetDir=D:\autool
|
|
|
|
[GitPull]
|
|
RunGitPull=false
|
|
|
|
[Setup]
|
|
RunSetup=false
|
|
SetupScript=setup.py
|
|
|
|
[MuMu]
|
|
RunRecoverMuMu=true
|
|
RunRestartMuMu=true
|
|
MuMuManagerPath=C:\Program Files\Netease\MuMu\nx_main\MuMuManager.exe
|
|
MuMuIndex=2
|
|
CleanBackupPath=\\192.168.0.20\share\autool_config
|
|
BackupFileName=taskagent.mumudata
|
|
LocalImportDir=D:\mumu_backups
|
|
MaxVmIndex=10
|
|
NetBridgeCard=Realtek PCIe GbE Family Controller
|
|
|
|
[RunBatch]
|
|
RunBatch=false
|
|
VenvPath=.\venv\Scripts\activate
|
|
BatchScript=batch_run.py
|