4
0
mirror of https://github.com/QuasarApp/Hanoi-Towers.git synced 2025-05-11 08:59:34 +00:00

fix windows deploy step

This commit is contained in:
Andrei Yankovich 2021-04-19 09:25:53 +03:00
parent e4dd5d8bfb
commit 75576b8442

@ -1,6 +1,8 @@
{
"bin": [
"./../build/Release/HanoiTowersClient"
"./../build/Release/HanoiTowersClient",
"./../build/Release/HanoiTowersClient.exe"
],
"clear": true,
"libDir": "./../",