Skip to content

Commit 9924ba7

Browse files
committed
v0.8.2
1 parent 396cfa9 commit 9924ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "panwriter",
33
"productName": "PanWriter",
4-
"version": "0.8.2-rc.2",
4+
"version": "0.8.2",
55
"description": "Markdown editor with pandoc integration and paginated preview",
66
"homepage": ".",
77
"main": "build/electron/main.js",
@@ -80,7 +80,7 @@
8080
"mac": {
8181
"icon": "icons/icon.png",
8282
"target": {
83-
"target": "dmg",
83+
"target": ["dmg", "zip"],
8484
"arch": [
8585
"arm64",
8686
"x64"

0 commit comments

Comments
 (0)