Skip to content

Commit 11e958f

Browse files
committed
Pack win32
1 parent 3cca88a commit 11e958f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,10 @@
183183
"productName": "PlainPrinter",
184184
"appId": "com.plainprinter",
185185
"asar": true,
186-
"asarUnpack": "**\\*.{node,dll}",
186+
"asarUnpack": [
187+
"node_modules/screenshot-desktop/lib/win32",
188+
"**\\*.{node,dll}"
189+
],
187190
"files": [
188191
"dist",
189192
"node_modules",

release/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plainprinter",
33
"productName": "PlainPrinter",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"description": "Plain screen printer",
66
"main": "./dist/main/main.js",
77
"author": {

0 commit comments

Comments
 (0)