We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff133ed commit 8fc000aCopy full SHA for 8fc000a
package.json
@@ -69,12 +69,11 @@
69
"win": {
70
"target": [
71
"nsis"
72
- ],
73
- "extraResources": [
74
- "node_modules/screenshot-desktop/lib/win32/screenCapture_1.3.2.bat",
75
- "node_modules/screenshot-desktop/lib/win32/app.manifest"
76
]
77
},
+ "asarUnpack": [
+ "node_modules/screenshot-desktop/lib/win32"
+ ],
78
"linux": {
79
80
"AppImage"
src/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "plainprinter",
3
"productName": "PlainPrinter",
4
- "version": "0.0.4",
+ "version": "0.0.5",
5
"description": "Plain screen printer",
6
"main": "./main.prod.js",
7
"author": {
0 commit comments