We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6241dc commit 7f7e6ebCopy full SHA for 7f7e6eb
win32/install_script.nsi
@@ -126,7 +126,7 @@ Section "Raspberry Pi USB Boot" Sec_rpiboot
126
127
CreateDirectory "$SMPROGRAMS\Raspberry Pi"
128
CreateShortcut "$SMPROGRAMS\Raspberry Pi\rpiboot-CM-CM2-CM3.lnk" "$INSTDIR\rpiboot.exe"
129
- CreateShortcut "$SMPROGRAMS\Raspberry Pi\rpiboot-CM4-CM5 - Mass Storage Gadget.lnk" "$INSTDIR\rpi-mass-storage-gadget64.bat"
+ CreateShortcut "$SMPROGRAMS\Raspberry Pi\rpiboot - Mass Storage Gadget.lnk" "$INSTDIR\rpi-mass-storage-gadget64.bat"
130
CreateShortcut "$SMPROGRAMS\Raspberry Pi\Uninstall rpiboot.lnk" "$INSTDIR\Uninstall.exe"
131
132
;Store installation folder
0 commit comments