Skip to content

Commit

Permalink
Fix asar unpack
Browse files Browse the repository at this point in the history
  • Loading branch information
tangb committed Mar 13, 2018
1 parent 37369f0 commit e96318d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"appId": "com.cleep.cleepdesktop",
"productName": "CleepDesktop",
"asar": true,
"asarUnpack": [
"cleepdesktopcore/**"
],
"linux": {
"icon": "resources/",
"target": [
Expand All @@ -56,10 +59,7 @@
"category": "Network",
"executableName": "cleepdesktop",
"synopsis": "Cleep devices manager",
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
"asarUnpack": [
"cleepdesktopcore/**"
]
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}"
},
"appImage": {
"systemIntegration": "ask"
Expand Down

0 comments on commit e96318d

Please sign in to comment.