Skip to content

Commit

Permalink
fix nsis quote escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
stakira committed Jul 24, 2024
1 parent d1353c5 commit 9b44e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenUtau.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Section -Post
WriteRegStr HKCR ".ustx" "" "OpenUtauFile"
WriteRegStr HKCR "OpenUtauFile" "" "OpenUtau Sequence File"
WriteRegStr HKCR "OpenUtauFile\DefaultIcon" "" "$INSTDIR\OpenUtau.exe"
WriteRegStr HKCR "OpenUtauFile\shell\open\command" "" "\"$INSTDIR\OpenUtau.exe\" \"%1\""
WriteRegStr HKCR "OpenUtauFile\shell\open\command" "" `"$INSTDIR\OpenUtau.exe" "%1"`
SectionEnd


Expand Down

0 comments on commit 9b44e92

Please sign in to comment.