Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
otociulis committed Nov 18, 2024
1 parent 85fe923 commit bbf48ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/installer.nsi → scripts/installer.nsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Section test
MessageBox MB_OK "Hello" # will incorrectly display 'name of ${sec2_id}: test1'
SectionEnd
SectionEnd
2 changes: 1 addition & 1 deletion todesktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"additionalBinariesToSign": ["./assets/uv/macos/uv", "./assets/uv/macos/uvx"]
},
"windows": {
"nsisInclude": "./scripts/installer.nsi"
"nsisInclude": "./scripts/installer.nsh"
}
}

0 comments on commit bbf48ff

Please sign in to comment.