mirror of https://github.com/laurent22/joplin.git
Merge branch 'release-1.4' into dev
commit
0bc53dc063
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@joplin/app-desktop",
|
"name": "@joplin/app-desktop",
|
||||||
"version": "1.4.13",
|
"version": "1.4.15",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@joplin/app-desktop",
|
"name": "@joplin/app-desktop",
|
||||||
"version": "1.4.13",
|
"version": "1.4.15",
|
||||||
"description": "Joplin for Desktop",
|
"description": "Joplin for Desktop",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
"build/images/*"
|
"build/images/*"
|
||||||
],
|
],
|
||||||
"afterAllArtifactBuild": "./generateSha512.js",
|
"afterAllArtifactBuild": "./generateSha512.js",
|
||||||
"asar": true,
|
"asar": false,
|
||||||
"asarUnpack": "./node_modules/node-notifier/vendor/**",
|
"asarUnpack": "./node_modules/node-notifier/vendor/**",
|
||||||
"win": {
|
"win": {
|
||||||
"rfc3161TimeStampServer": "http://timestamp.comodoca.com/rfc3161",
|
"rfc3161TimeStampServer": "http://timestamp.comodoca.com/rfc3161",
|
||||||
|
@ -72,7 +72,8 @@
|
||||||
"artifactName": "${productName}Portable.${ext}"
|
"artifactName": "${productName}Portable.${ext}"
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"icon": "../../Assets/macOs.icns"
|
"icon": "../../Assets/macOs.icns",
|
||||||
|
"target": "dmg"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"icon": "../../Assets/LinuxIcons",
|
"icon": "../../Assets/LinuxIcons",
|
||||||
|
|
Loading…
Reference in New Issue