Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1d3285f0 authored by VIAUD Nathan's avatar VIAUD Nathan
Browse files

refactor: using credits instead of copyright to display license

parent 080ae86e
No related branches found
No related tags found
1 merge request!101Resolve "Do not use the copyright attribute of the about modal to put the license"
Pipeline #895381 passed
...@@ -41,7 +41,6 @@ async function runPreview(workdir, contentPath) { ...@@ -41,7 +41,6 @@ async function runPreview(workdir, contentPath) {
fs.symlinkSync(workdir, ePocRootFolder, 'junction'); fs.symlinkSync(workdir, ePocRootFolder, 'junction');
previewInitialized = true; previewInitialized = true;
} else { } else {
//TODO: View if can detect a change of current workdir and update the preview
// Update preview files // Update preview files
const zip = new AdmZip(previewArchive); const zip = new AdmZip(previewArchive);
zip.extractAllTo(previewPath, true); zip.extractAllTo(previewPath, true);
......
...@@ -65,7 +65,7 @@ app.whenReady().then(() => { ...@@ -65,7 +65,7 @@ app.whenReady().then(() => {
}); });
app.setAboutPanelOptions({ app.setAboutPanelOptions({
copyright: 'Licence: CeCILL-B' credits: 'Logiciel distribué sous licence CeCILL-B.'
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment