Skip to content
Snippets Groups Projects
Commit fe1c93f1 authored by David Dorchies's avatar David Dorchies
Browse files

docs: update notification body message when a new Cassiopee version is available

Refs #640
parent 4db05c4c
No related branches found
No related tags found
2 merge requests!252release: version 4.18.0,!240Resolve "Electron: ajouter un message d'avertissement de transition vers PWA"
Pipeline #158361 passed
......@@ -135,7 +135,7 @@ const lookForUpdates = function() {
}
let notif = new Notification({
title: `Cassiopee version ${data.latest} is available`,
body: `Click to download update installer`,
body: `The desktop distribution of Cassiopeia will no longer be updated in 2024. You are invited to use the progressive web app Cassiopée instead. Click to download update installer.`,
icon: nativeImage.createFromPath(iconPath) // @see https://github.com/electron/electron/issues/24221
});
notif.addListener("click", () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment