Skip to content

Commit

Permalink
Actually copy readme this time, fixes incomplete #1991
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Dec 29, 2022
1 parent 5ac38d8 commit 8b48239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/script_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ exports.copy_files_to_python_folder = () => {
});
fse.copySync(cpp, resolve`${dist}/src`, { preserveTimestamps: true });
fse.copySync(lic, dlic, { preserveTimestamps: true });
fse.copySync(dlic, dreadme, { preserveTimestamps: true });
fse.copySync(readme, dreadme, { preserveTimestamps: true });
fse.copySync(cmake, dcmake, { preserveTimestamps: true });
};

Expand Down

0 comments on commit 8b48239

Please sign in to comment.