mirror of
https://github.com/tnodir/fort
synced 2024-11-15 12:20:31 +00:00
27 lines
484 B
JSON
27 lines
484 B
JSON
{
|
|
"files": {
|
|
"${TARGET}": {
|
|
"common": [
|
|
"${QTPATH}/bin/Qt6Core.dll",
|
|
"${QTPATH}/bin/Qt6Gui.dll",
|
|
"${QTPATH}/bin/Qt6Widgets.dll"
|
|
],
|
|
"fort": [
|
|
"${BUILD}/FortFirewall.exe",
|
|
"${ROOT}/ChangeLog",
|
|
"${ROOT}/src/ui/i18n | *.qm |"
|
|
]
|
|
},
|
|
"${TARGET}/driver": {
|
|
"fort": [
|
|
"${ROOT}/src/driver/scripts | *.bat *.lnk |"
|
|
]
|
|
},
|
|
"${TARGET}/plugins": {
|
|
"common": [
|
|
"${QTPATH}/plugins/platforms | qwindows.dll | *d.dll"
|
|
]
|
|
}
|
|
}
|
|
}
|