Skip to content
Snippets Groups Projects
Commit 8b351414 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: wrong version detection

parent 27e752e1
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@
win.window.mainWindow = win;
win.window.gui = gui;
win.window.duniter = {
version: packageJSON.name.substr(1)
version: packageJSON.name
};
win.on('closed', function() {
// Also close globally the app when main window is closed
......
Subproject commit f9e1961c80e8f3e4273ee931c6be1f7583c0464e
Subproject commit 442924ca9a7a60da0200a2bcaff4fb630bdb8ca0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment