swap license to .md file
This commit is contained in:
parent
be6c60092d
commit
bd8ef4e435
@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user