From bd8ef4e435d3e5f4d9adcb536556a02bb23f0f7e Mon Sep 17 00:00:00 2001 From: tracer4b <61507029+tracer4b@users.noreply.github.com> Date: Sun, 10 Jul 2022 14:17:08 +0800 Subject: [PATCH] swap license to .md file --- LICENSE => LICENSE.md | 0 buildtools/tasks/client/index.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE => LICENSE.md (100%) diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/buildtools/tasks/client/index.ts b/buildtools/tasks/client/index.ts index 5365a81..eebdf5b 100644 --- a/buildtools/tasks/client/index.ts +++ b/buildtools/tasks/client/index.ts @@ -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)); } /**