Skip to content

Commit 6baa009

Browse files
Fix macOS auto updating
1 parent 5d30c8c commit 6baa009

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "breaktimer",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"productName": "BreakTimer",
55
"description": "Manage periodic breaks",
66
"scripts": {
@@ -79,6 +79,12 @@
7979
"arch": [
8080
"universal"
8181
]
82+
},
83+
{
84+
"target": "zip",
85+
"arch": [
86+
"universal"
87+
]
8288
}
8389
]
8490
},

0 commit comments

Comments
 (0)