mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 02:49:46 +00:00
Wininstaller, use correct default icon for LyX documents
This commit is contained in:
parent
e501f2c473
commit
dda35d2afd
@ -880,7 +880,7 @@ Section "$(SecFileAssocTitle)" SecFileAssoc # Registry information to assiciate
|
||||
WriteRegStr SHCTX "Software\Classes\.lyx" "Content Type" "application/lyx"
|
||||
|
||||
WriteRegStr SHCTX "Software\Classes\LyX.Document" "" "LyX Document"
|
||||
WriteRegStr SHCTX "Software\Classes\LyX.Document\DefaultIcon" "" "$INSTDIR\bin\LyX.exe,0"
|
||||
WriteRegStr SHCTX "Software\Classes\LyX.Document\DefaultIcon" "" "$INSTDIR\bin\LyX.exe,1"
|
||||
WriteRegStr SHCTX "Software\Classes\LyX.Document\Shell\open\command" "" '"$INSTDIR\bin\LyX.exe" "%1"'
|
||||
|
||||
# we need to update also the automatically created entry about the lyx.exe
|
||||
|
Loading…
Reference in New Issue
Block a user