We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f9ed4 commit e29e4c2Copy full SHA for e29e4c2
build/nsis.install.nsh
@@ -19,9 +19,9 @@ Section "Geth" GETH_IDX
19
20
# Create start menu launcher
21
createDirectory "$SMPROGRAMS\${APPNAME}"
22
- createShortCut "$SMPROGRAMS\${APPNAME}\${APPNAME}.lnk" "$INSTDIR\geth.exe" "--fast" "--cache=512"
23
- createShortCut "$SMPROGRAMS\${APPNAME}\Attach.lnk" "$INSTDIR\geth.exe" "attach" "" ""
24
- createShortCut "$SMPROGRAMS\${APPNAME}\Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "" ""
+ createShortCut "$SMPROGRAMS\${APPNAME}\${APPNAME}.lnk" "$INSTDIR\geth.exe"
+ createShortCut "$SMPROGRAMS\${APPNAME}\Attach.lnk" "$INSTDIR\geth.exe" "attach"
+ createShortCut "$SMPROGRAMS\${APPNAME}\Uninstall.lnk" "$INSTDIR\uninstall.exe"
25
26
# Firewall - remove rules (if exists)
27
SimpleFC::AdvRemoveRule "Geth incoming peers (TCP:30303)"
0 commit comments