Skip to content

Commit 8fc000a

Browse files
committed
Another try
1 parent ff133ed commit 8fc000a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,11 @@
6969
"win": {
7070
"target": [
7171
"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"
7672
]
7773
},
74+
"asarUnpack": [
75+
"node_modules/screenshot-desktop/lib/win32"
76+
],
7877
"linux": {
7978
"target": [
8079
"AppImage"

src/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.0.4",
4+
"version": "0.0.5",
55
"description": "Plain screen printer",
66
"main": "./main.prod.js",
77
"author": {

0 commit comments

Comments
 (0)