Mentions légales du service

Skip to content
Snippets Groups Projects

Resolve "Do not use the copyright attribute of the about modal to put the license"

2 files
+ 1
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -41,7 +41,6 @@ async function runPreview(workdir, contentPath) {
fs.symlinkSync(workdir, ePocRootFolder, 'junction');
previewInitialized = true;
} else {
//TODO: View if can detect a change of current workdir and update the preview
// Update preview files
const zip = new AdmZip(previewArchive);
zip.extractAllTo(previewPath, true);
Loading