Snake/Deploy/Crawl.json

27 lines
540 B
JSON
Raw Normal View History

{
2021-05-27 17:39:08 +03:00
"bin": [
2021-06-16 16:10:14 +03:00
"src/Client/Crawl",
"src/Client/Crawl.exe"
2021-05-27 17:39:08 +03:00
],
"clear": true,
"libDir": "./../",
"recursiveDepth": "10",
"deploySystem": false,
2021-05-27 17:39:08 +03:00
"qif": true,
"qifStyle": "quasar",
"qifLogo": "./../src/ClientLib/res/logo.png",
"deb": true,
2021-05-28 10:57:07 +03:00
"qmlDir": "./../",
"ignoreEnv": [
"./../installer",
"./../Distro",
"./../parts",
"./../snap",
"./../prime",
"./../stage"
],
"extraLib": "crypto",
2021-05-28 10:13:38 +03:00
"targetDir": "./../Distro"
}