You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Removed auto-copied assets
This commit is contained in:
@ -45,6 +45,7 @@ async function encodeFile(sourcePath, destPath) {
|
||||
}
|
||||
|
||||
async function main() {
|
||||
await fs.remove(outputDir);
|
||||
await fs.mkdirp(outputDir);
|
||||
|
||||
const encodedFiles = [];
|
||||
|
Reference in New Issue
Block a user