Skip to content

Commit 19221a4

Browse files
committed
Fix NSIS macro collision and bump version to 2.1.7
1 parent 66f553d commit 19221a4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

build/installer.nsh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
; =============================================================================
44

55
!include "MUI2.nsh"
6-
!include "FileAssociation.nsh"
76

87
; =============================================================================
98
; Custom Macros

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.6",
3+
"version": "2.1.7",
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)