mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-04-26 17:54:31 +00:00
24 lines
513 B
JSON
Executable File
24 lines
513 B
JSON
Executable File
{
|
|
"bin": [
|
|
"HanoiTowers/Terminal/HanoiTowersTerminal",
|
|
"HanoiTowers/Server/HanoiTowersServer"
|
|
],
|
|
"clear": true,
|
|
"libDir": "./../",
|
|
"recursiveDepth": "10",
|
|
"deploySystem": false,
|
|
"ignoreEnv": [
|
|
"./../installer",
|
|
"./../Distro",
|
|
"./../parts",
|
|
"./../snap",
|
|
"./../prime",
|
|
"./../stage"
|
|
],
|
|
"extraLib": "crypto",
|
|
"name": "HanoiCore",
|
|
"targetDir": "./../Distro/Server",
|
|
"qif": false,
|
|
"deb": true
|
|
}
|