fort/deploy/deployment.json

28 lines
547 B
JSON
Raw Normal View History

2017-11-21 08:32:09 +00:00
{
"files": {
"${TARGET}": {
"common": [
2019-12-25 09:43:01 +00:00
"${QTPATH}/bin/Qt5Core.dll",
"${QTPATH}/bin/Qt5Gui.dll",
"${QTPATH}/bin/Qt5Widgets.dll"
2017-11-21 08:32:09 +00:00
],
"fort": [
"${BUILD}/FortFirewall.exe",
2019-04-10 07:42:37 +00:00
"${ROOT}/ChangeLog",
2019-05-03 13:28:36 +00:00
"${ROOT}/src/ui/i18n | *.qm |"
2017-11-21 08:32:09 +00:00
]
},
"${TARGET}/driver": {
"fort": [
2019-05-03 13:28:36 +00:00
"${ROOT}/src/driver/scripts | *.bat *.lnk |"
]
},
2017-11-21 08:32:09 +00:00
"${TARGET}/plugins": {
"common": [
"${QTPATH}/plugins/platforms | qwindows.dll | *d.dll",
"${QTPATH}/plugins/styles | qwindowsvista*.dll | *d.dll"
2017-11-21 08:32:09 +00:00
]
}
}
}