4
0
mirror of https://github.com/QuasarApp/Hanoi-Towers.git synced 2025-05-15 02:49:33 +00:00

27 lines
587 B
JSON
Raw Normal View History

2020-04-22 21:11:05 +03:00
{
2021-03-22 12:00:57 +03:00
"bin": [
2021-04-21 19:55:58 +03:00
"HanoiTowers/client/HanoiTowers",
"HanoiTowers/client/HanoiTowers.exe"
2021-04-19 09:25:53 +03:00
2021-03-22 12:00:57 +03:00
],
2020-04-22 21:11:05 +03:00
"clear": true,
"libDir": "./../",
2020-05-05 21:21:46 +03:00
"recursiveDepth": "10",
2020-05-21 20:10:07 +03:00
"deploySystem": false,
2021-03-22 12:00:57 +03:00
"qmlDir": "./../HanoiTowers",
"ignoreEnv": [
"./../installer",
2020-05-05 21:21:46 +03:00
"./../Distro",
"./../parts",
2020-05-06 10:01:26 +03:00
"./../snap",
"./../prime",
"./../stage"
],
2020-05-05 21:21:46 +03:00
"extraLib": "crypto",
2021-03-22 12:00:57 +03:00
"qif": "./../installer",
"icon": "./../HanoiTowers/client/res/iconInstall.png",
"deb": true,
2021-05-09 10:11:31 +03:00
"zip": true,
2021-03-22 12:00:57 +03:00
"targetDir": "./../Distro"
2020-04-22 21:11:05 +03:00
}