Skip to content

Commit 66f553d

Browse files
committed
Limit Windows release builds to x64 and bump version to 2.1.6
1 parent 1042eb3 commit 66f553d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

electron-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ win:
8181
icon: build/icon.ico
8282
target:
8383
- target: nsis
84-
arch: [x64, ia32]
84+
arch: [x64]
8585
- target: portable
8686
arch: [x64]
8787
publisherName: "markupr"

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markupr",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "AI-ready developer feedback capture tool with voice narration and intelligent screenshots",
55
"type": "module",
66
"main": "dist/main/index.mjs",

0 commit comments

Comments
 (0)