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)); } /**