1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Electron release v0.10.59

This commit is contained in:
Laurent Cozic 2018-02-05 22:20:31 +00:00
parent bc26098c7d
commit 023ccffd2e
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Joplin",
"version": "0.10.58",
"version": "0.10.59",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "Joplin",
"version": "0.10.58",
"version": "0.10.59",
"description": "Joplin for Desktop",
"main": "main.js",
"scripts": {
@ -22,7 +22,9 @@
},
"build": {
"appId": "net.cozic.joplin-desktop",
"extraResources": ["build/icons/*"],
"extraResources": [
"build/icons/*"
],
"win": {
"icon": "../../Assets/Joplin.ico"
},