mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-04-26 09:44:32 +00:00
26 lines
570 B
JSON
Executable File
26 lines
570 B
JSON
Executable File
{
|
|
"bin": [
|
|
"HanoiTowers/client/HanoiTowers",
|
|
"HanoiTowers/client/HanoiTowers.exe"
|
|
|
|
],
|
|
"clear": true,
|
|
"libDir": "./../",
|
|
"recursiveDepth": "10",
|
|
"deploySystem": false,
|
|
"qmlDir": "./../HanoiTowers",
|
|
"ignoreEnv": [
|
|
"./../installer",
|
|
"./../Distro",
|
|
"./../parts",
|
|
"./../snap",
|
|
"./../prime",
|
|
"./../stage"
|
|
],
|
|
"extraLib": "crypto",
|
|
"qif": "./../installer",
|
|
"icon": "./../HanoiTowers/client/res/iconInstall.png",
|
|
"deb": true,
|
|
"targetDir": "./../Distro"
|
|
}
|