Skip to content

Commit

Permalink
Use copy so cross device is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle committed Sep 27, 2023
1 parent 1d7aeb0 commit afdc700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project/types/manuscript/manuscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ export const manuscriptProjectType: ProjectType = {
);
if (mecaBundle) {
const target = projectOutputDir(context);
Deno.renameSync(
Deno.copyFileSync(
mecaBundle,
join(target, mecaFileName),
);
Expand Down

0 comments on commit afdc700

Please sign in to comment.