mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
new features
- using custom setup scripts - run VMs using list
This commit is contained in:
@ -41,5 +41,8 @@ std::wstring sCfgPassword = L"password=";
|
||||
std::wstring sCfgBranch = L"branch=";
|
||||
std::wstring sCfgVersion = L"version=";
|
||||
|
||||
std::wstring sCfgStartDebian = L"start-debian=";
|
||||
std::wstring sCfgStartRedhat = L"start-redhat=";
|
||||
std::wstring sCfgDebianStart = L"debian-start=";
|
||||
std::wstring sCfgRedhatStart = L"redhat-start=";
|
||||
|
||||
std::wstring sCfgDebianScript = L"debian-script=";
|
||||
std::wstring sCfgRedhatScript = L"redhat-script=";
|
||||
|
||||
Reference in New Issue
Block a user