Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Changes to point and click in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Holmes committed Sep 25, 2014
1 parent d329e2f commit ae0c221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nsis/lilypond-prepost.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Function registry_lilypond
ReadRegStr $R0 HKCR "textedit\shell\open\command" ""
;;StrCmp $R0 "" 0 exit
WriteRegStr HKCR "textedit\shell" "" "open"
WriteRegExpandStr HKCR "textedit\shell\open\command" "" '"$INSTDIR\usr\bin\guile.exe" -e main -s "$INSTDIR\usr\bin\lilypond-invoke-editor.scm" "%1"'
WriteRegExpandStr HKCR "textedit\shell\open\command" "" '"$INSTDIR\usr\bin\guile.exe" -s "$INSTDIR\usr\bin\lilypond-invoke-editor" "%1"'
;;exit:
FunctionEnd

Expand Down Expand Up @@ -140,7 +140,7 @@ scm_done:
ReadRegStr $R0 HKCR "GUILE\shell\open\command" ""
;;StrCmp $R0 "" 0 exit
WriteRegStr HKCR "GUILE\shell" "" "open"
WriteRegExpandStr HKCR "GUILE\shell\open\command" "" '"$INSTDIR\usr\bin\guile.exe" -e main -s "%1"'
WriteRegExpandStr HKCR "GUILE\shell\open\command" "" '"$INSTDIR\usr\bin\guile.exe" -s "%1"'
exit:
FunctionEnd

Expand Down

0 comments on commit ae0c221

Please sign in to comment.