This commit is contained in:
2020-01-09 16:37:27 +03:00
commit 820fe61efe
6 changed files with 6269 additions and 0 deletions

11
config.example.json Normal file
View File

@@ -0,0 +1,11 @@
{
"SdkDir": "C:\\sdk",
"BuildDir": null,
"PublishDir": "",
"PublishUrl": "https://shmyga.ru/repo/tankz",
"Develop": false,
"Key": {
"store": "keystore.jks",
"pass": null
}
}