Skip to content

Commit

Permalink
Installer capitalization fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjac committed Sep 2, 2022
1 parent d8ca19c commit 6afb9e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer/install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ Section "chromafile" SecBase
File ..\build\chromafile.exe
SectionEnd

Section "Start Menu Shortcut" SecStart
Section "Start Menu shortcut" SecStart
CreateShortcut /NoWorkingDir "$SMPROGRAMS\chromafile.lnk" "$INSTDIR\chromafile.exe"
!insertmacro ShortcutSetToastProperties "$SMPROGRAMS\chromafile.lnk" "{bcf1926f-5819-497a-93b6-dc2b165ddd9c}" "chroma.file"
SectionEnd

Section "Add to Open with menu" SecProgID
Section "Add to Open With menu" SecProgID
SetRegView 64
WriteRegStr HKCR "Applications\chromafile.exe\DefaultIcon" "" "C:\Windows\System32\imageres.dll,-102"
WriteRegStr HKCR "Applications\chromafile.exe\shell\open\command" "" '"$INSTDIR\chromafile.exe" "%1"'
Expand Down Expand Up @@ -119,7 +119,7 @@ Function un.CleanupUser
FunctionEnd

LangString DESC_SecBase ${LANG_ENGLISH} "The main application and required components."
LangString DESC_SecStart ${LANG_ENGLISH} "Add a shortcut to the start menu to launch chromafile."
LangString DESC_SecStart ${LANG_ENGLISH} "Add a shortcut to the Start Menu to launch chromafile."
LangString DESC_SecProgID ${LANG_ENGLISH} "Add an entry to the 'Open with' menu for all file types. (Does not change the default app for any file type.)"
LangString DESC_SecContext ${LANG_ENGLISH} "Add an 'Open in chromafile' command when right-clicking a folder."
LangString DESC_SecDefault ${LANG_ENGLISH} "Replace File Explorer as the default program for opening folders. Use at your own risk!"
Expand Down

0 comments on commit 6afb9e9

Please sign in to comment.