feat(licenses): add LICENSE, NOTICE, and THIRD-PARTY-LICENSES files to Docker images

This commit is contained in:
CaIon
2026-05-09 21:39:30 +08:00
parent d146e45e2f
commit 543cc64ea3
7 changed files with 505 additions and 2 deletions
+61 -1
View File
@@ -63,6 +63,26 @@
{
"from": "../web/dist",
"to": "web/dist"
},
{
"from": "../LICENSE",
"to": "licenses/LICENSE"
},
{
"from": "../NOTICE",
"to": "licenses/NOTICE"
},
{
"from": "../THIRD-PARTY-LICENSES.md",
"to": "licenses/THIRD-PARTY-LICENSES.md"
},
{
"from": "node_modules/electron/dist/LICENSE",
"to": "licenses/electron/LICENSE"
},
{
"from": "node_modules/electron/dist/LICENSES.chromium.html",
"to": "licenses/electron/LICENSES.chromium.html"
}
]
},
@@ -76,6 +96,26 @@
{
"from": "../new-api.exe",
"to": "bin/new-api.exe"
},
{
"from": "../LICENSE",
"to": "licenses/LICENSE"
},
{
"from": "../NOTICE",
"to": "licenses/NOTICE"
},
{
"from": "../THIRD-PARTY-LICENSES.md",
"to": "licenses/THIRD-PARTY-LICENSES.md"
},
{
"from": "node_modules/electron/dist/LICENSE",
"to": "licenses/electron/LICENSE"
},
{
"from": "node_modules/electron/dist/LICENSES.chromium.html",
"to": "licenses/electron/LICENSES.chromium.html"
}
]
},
@@ -90,6 +130,26 @@
{
"from": "../new-api",
"to": "bin/new-api"
},
{
"from": "../LICENSE",
"to": "licenses/LICENSE"
},
{
"from": "../NOTICE",
"to": "licenses/NOTICE"
},
{
"from": "../THIRD-PARTY-LICENSES.md",
"to": "licenses/THIRD-PARTY-LICENSES.md"
},
{
"from": "node_modules/electron/dist/LICENSE",
"to": "licenses/electron/LICENSE"
},
{
"from": "node_modules/electron/dist/LICENSES.chromium.html",
"to": "licenses/electron/LICENSES.chromium.html"
}
]
},
@@ -98,4 +158,4 @@
"allowToChangeInstallationDirectory": true
}
}
}
}