Skip to content

Commit

Permalink
chore: 戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jan 21, 2025
1 parent 35a0511 commit 194c6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/electron/vvppFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export async function extractVvpp(
}

function createTempConcatenatedFilePath(): string {
return path.join(tmpDir, `.tmp-vvpp-${new Date().getTime()}.${format}`);
return path.join(tmpDir, `vvpp-${new Date().getTime()}.${format}`);
}
}

Expand Down

0 comments on commit 194c6fb

Please sign in to comment.