We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cca88a commit 11e958fCopy full SHA for 11e958f
package.json
@@ -183,7 +183,10 @@
183
"productName": "PlainPrinter",
184
"appId": "com.plainprinter",
185
"asar": true,
186
- "asarUnpack": "**\\*.{node,dll}",
+ "asarUnpack": [
187
+ "node_modules/screenshot-desktop/lib/win32",
188
+ "**\\*.{node,dll}"
189
+ ],
190
"files": [
191
"dist",
192
"node_modules",
release/app/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "plainprinter",
3
4
- "version": "0.2.1",
+ "version": "0.2.2",
5
"description": "Plain screen printer",
6
"main": "./dist/main/main.js",
7
"author": {
0 commit comments