swap license to .md file

This commit is contained in:
tracer4b 2022-07-10 14:17:08 +08:00
parent be6c60092d
commit bd8ef4e435
2 changed files with 1 additions and 1 deletions

View File

View File

@ -63,7 +63,7 @@ async function exportModpackManifest() {
* Copies the license file.
*/
async function copyClientLicense() {
return gulp.src("../LICENSE").pipe(gulp.dest(clientDestDirectory));
return gulp.src("../LICENSE.md").pipe(gulp.dest(clientDestDirectory));
}
/**