mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-04-27 10:14:39 +00:00
27 lines
540 B
JSON
27 lines
540 B
JSON
{
|
|
"bin": [
|
|
"src/Client/Crawl",
|
|
"src/Client/Crawl.exe"
|
|
],
|
|
"clear": true,
|
|
"libDir": "./../",
|
|
"recursiveDepth": "10",
|
|
"deploySystem": false,
|
|
"qif": true,
|
|
"qifStyle": "quasar",
|
|
"qifLogo": "./../src/ClientLib/res/logo.png",
|
|
"deb": true,
|
|
"qmlDir": "./../",
|
|
"ignoreEnv": [
|
|
"./../installer",
|
|
"./../Distro",
|
|
"./../parts",
|
|
"./../snap",
|
|
"./../prime",
|
|
"./../stage"
|
|
],
|
|
"extraLib": "crypto",
|
|
"targetDir": "./../Distro"
|
|
}
|
|
|