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 396cfa9 commit 9924ba7Copy full SHA for 9924ba7
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "panwriter",
3
"productName": "PanWriter",
4
- "version": "0.8.2-rc.2",
+ "version": "0.8.2",
5
"description": "Markdown editor with pandoc integration and paginated preview",
6
"homepage": ".",
7
"main": "build/electron/main.js",
@@ -80,7 +80,7 @@
80
"mac": {
81
"icon": "icons/icon.png",
82
"target": {
83
- "target": "dmg",
+ "target": ["dmg", "zip"],
84
"arch": [
85
"arm64",
86
"x64"
0 commit comments