parent
cecedb1c1e
commit
08bcd1c6f7
@ -64,7 +64,7 @@ async function exportModpackManifest() {
|
||||
* Copies the license file.
|
||||
*/
|
||||
async function copyClientLicense() {
|
||||
return gulp.src("../LICENSE.md").pipe(gulp.dest(clientDestDirectory));
|
||||
return gulp.src("../LICENSE").pipe(gulp.dest(clientDestDirectory));
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -37,7 +37,7 @@ function copyMMCUpdateNotes() {
|
||||
* Copies the license file.
|
||||
*/
|
||||
async function copyMMCLicense() {
|
||||
return gulp.src("../LICENSE.md").pipe(gulp.dest(mmcDestDirectory));
|
||||
return gulp.src("../LICENSE").pipe(gulp.dest(mmcDestDirectory));
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -204,7 +204,7 @@ function copyServerFiles() {
|
||||
* Copies the license file.
|
||||
*/
|
||||
function copyServerLicense() {
|
||||
return src("../LICENSE.md").pipe(dest(serverDestDirectory));
|
||||
return src("../LICENSE").pipe(dest(serverDestDirectory));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user