We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5deec3e commit b8f6f96Copy full SHA for b8f6f96
package.json
@@ -51,7 +51,16 @@
51
"extraResources": [
52
"resources/exiftool/exiftool.exe",
53
"resources/exiftool/.Exiftool_config"
54
- ]
+ ],
55
+ "extraFiles": [
56
+ {
57
+ "from": "./node_modules/sharp/build/Release",
58
+ "to": ".",
59
+ "filter": [
60
+ "lib*.dll"
61
+ ]
62
+ }
63
64
},
65
66
"resources/themes"
@@ -63,8 +72,11 @@
72
"portable": {
73
"artifactName": "${productName}Portable.${version}.${ext}"
74
75
+ "asarUnpack": [
76
+ "**/node_modules/sharp/**/*"
77
78
"files": [
67
- "!node_modules",
79
+ "**/node_modules/sharp/**/*",
68
80
"build/**/*",
69
81
"package.json"
70
82
],
0 commit comments